awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Theme Systems · Awesome GitHub Repositories

6 repos

Awesome GitHub RepositoriesTheme Systems

Mechanisms for packaging and applying reusable design templates, layouts, and assets to web projects with support for local overrides.

Explore 6 awesome GitHub repositories matching user interface & experience · Theme Systems. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Presentation Frameworks
  4. Theme Systems

Awesome Theme Systems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • twbs/bootstrap

    twbs/bootstrap

    173,988GitHubView on GitHub↗

    Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By es

    Enables theme switching by toggling data attributes to apply light, dark, or custom color modes.

    MDXbootstrapcsscss-framework
  • mui/material-ui

    mui/material-ui

    97,927GitHubView on GitHub↗

    Material UI is a comprehensive component-based library designed to accelerate the construction of professional, accessible web interfaces. It provides a centralized design system framework that manages visual tokens, typography, and color palettes to ensure consistent branding and layout constraints across complex appl

    Exposes granular mechanisms for overriding visual properties and design tokens on individual component instances.

    JavaScriptdesign-systemmaterial-designmaterial-ui
  • ant-design/ant-design

    ant-design/ant-design

    97,624GitHubView on GitHub↗

    Ant Design is an enterprise-grade component library and design system framework built for developing complex, data-heavy web applications. It provides a comprehensive collection of pre-built, state-driven interface elements that map data properties to rendered components, ensuring consistent interaction patterns and vi

    Enables programmatic theme control through dynamic algorithm switching and granular overrides for zero-runtime style generation.

    TypeScriptant-designantddesign-systems
  • tailwindlabs/tailwindcss

    tailwindlabs/tailwindcss

    93,668GitHubView on GitHub↗

    Utility-first CSS framework for fast, design-system-friendly styling.

    Applies specific color utilities conditionally based on system or user-defined dark mode preferences using simple variants.

    TypeScriptcssframeworkutility
  • junegunn/fzf

    junegunn/fzf

    77,987GitHubView on GitHub↗

    This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe

    Activates predefined color schemes to instantly modify interface elements like borders, highlights, and information positioning.

    Gobashclifish
  • apache/superset

    apache/superset

    70,587GitHubView on GitHub↗

    Superset is a web-based business intelligence platform designed for data exploration, visualization, and interactive dashboarding. It functions as a query-driven analytics engine that connects to various SQL databases, allowing users to perform ad-hoc analysis, define virtual metrics, and build complex data visualizati

    Switches between light and dark visual modes through a centralized interface with automatic preference detection.

    TypeScriptanalyticsapacheapache-superset

Explore sub-tags

  • Application ThemesSettings for managing light, dark, and custom visual modes.
  • Color ModesSupport for switching between light, dark, or custom themes.
  • Component ThemingMechanisms for overriding visual properties and design tokens on specific component instances.
  • Dark Mode StrategiesMechanisms for applying conditional styles based on system or user-defined dark mode preferences.
JavaScript Theme Accessors
Mechanisms for retrieving and manipulating theme variables directly within JavaScript runtime logic.
  • Static Theme SwitchersMethods for toggling CSS classes to update variables without runtime computation.
  • Theme Configuration APIsProgrammatic interfaces for managing design tokens and dynamic style generation.
  • Visual Style PresetsPredefined configurations that apply specific visual themes to interface elements like borders and highlights.