awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesTheme Generators

Tools that automatically create visual styles, color palettes, and interface themes based on user input or descriptive prompts.

Distinguishing note: Focuses on automated generation of UI themes from prompts, distinct from static design systems or manual styling libraries.

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

Awesome Theme Generators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • darkreader/darkreaderAvatar de darkreader

    darkreader/darkreader

    22,079Voir sur GitHub↗

    This project is a browser extension that functions as a visual accessibility aid and dark mode generator. It dynamically analyzes web page content to create and apply dark color schemes, aiming to reduce eye strain and improve readability for users. The extension operates by injecting custom style sheets and filters directly into the browser document object model. It distinguishes itself through a combination of automated theme generation and granular control, allowing users to adjust brightness, contrast, and sepia levels. It also supports site-specific overrides and exclusions, enabling use

    Automatically analyzes web page content to generate and apply dark color schemes.

    TypeScriptaccessibilitychrome-extensiondark-mode
    Voir sur GitHub↗22,079
  • evershopcommerce/evershopAvatar de evershopcommerce

    evershopcommerce/evershop

    10,141Voir sur GitHub↗

    EverShop is a TypeScript-first, modular e-commerce platform built with GraphQL and React. It provides a full-featured online store system for managing products, orders, customers, and site content through a React-based administrative interface, with a GraphQL API layer that serves both the admin panel and storefront. The platform is designed around a module-based extension architecture, where core functionality is split into independent modules that can be added, removed, or overridden without modifying the core codebase. Storefront appearance and behavior are controlled through a theme syste

    Ships a CLI command to scaffold complete storefront theme directories.

    TypeScriptecommerceecommerce-frameworkecommerce-platform
    Voir sur GitHub↗10,141
  • mjswensen/themerAvatar de mjswensen

    mjswensen/themer

    5,826Voir sur GitHub↗

    Themer is a color palette theme generator that produces matching color themes for code editors, terminal emulators, desktop applications, and wallpapers from a single user-defined color set. It accepts standard Base16 YAML color scheme files as input and supports defining custom color palettes with separate dark and light variants. The tool generates visually consistent themes across over a dozen code editors and IDEs, multiple terminal emulators, and various desktop applications, while also creating matching desktop wallpapers in multiple resolutions and visual styles. It operates through a

    Provides a web UI for previewing and generating themes with support for any CSS color format and PNG wallpaper output.

    TypeScriptalfredchromecmd
    Voir sur GitHub↗5,826
  • themerdev/themerAvatar de themerdev

    themerdev/themer

    5,826Voir sur GitHub↗

    Themer is a color palette theme generator that produces matching color themes for editors, terminals, and other applications from a single color set. It accepts Base16 YAML color schemes as input and can generate themes programmatically through an async generator function or from the command line. The project distinguishes itself by supporting custom color sets and custom template render functions, allowing users to define their own output formats for unsupported applications. It also generates matching desktop wallpapers in SVG or PNG format from the same color palette used for application t

    Generates matching color themes for editors, terminals, and other apps from a single color palette.

    TypeScript
    Voir sur GitHub↗5,826
  • vinceliuice/grub2-themesAvatar de vinceliuice

    vinceliuice/grub2-themes

    4,355Voir sur GitHub↗

    This project provides a collection of visual asset packs and automated shell scripts for customizing the appearance of the GRUB2 bootloader on Linux systems. It functions as a complete theme management system, enabling users to install, remove, and select from multiple style variants that change the boot menu's colors, fonts, icons, and layout. The toolset includes dedicated utilities for adjusting the GRUB2 framebuffer resolution to match the monitor's native display, ensuring graphics are properly scaled and aligned. It also offers a background manager that replaces the default boot menu ba

    Creates theme assets in a chosen directory without applying them to the bootloader.

    Shell
    Voir sur GitHub↗4,355
  • jformdesigner/flatlafAvatar de JFormDesigner

    JFormDesigner/FlatLaf

    4,212Voir sur GitHub↗

    FlatLaf is a Java Swing look and feel library and theme engine that provides a modern flat design for desktop user interfaces. It serves as a comprehensive framework for applying visual themes, managing high-density scaling, and implementing customized window decorations. The project distinguishes itself through a flexible styling system that supports light and dark mode toggling and the ability to define visual identities via property files, subclassing, and external theme imports. It includes a dedicated scaling framework to ensure that interface elements and vector icons remain crisp on Hi

    Generates new theme properties and wrapper files based on a selected base theme.

    Javaflatlafjava-swinglook-and-feel
    Voir sur GitHub↗4,212
  1. Home
  2. User Interface & Experience
  3. Theme Generators

Explorer les sous-tags

  • BootTools that create bootloader theme assets in a chosen directory without applying them to the bootloader. **Distinct from Theme Generators:** Distinct from Theme Generators: generates bootloader-specific theme files for offline use, not general UI themes from prompts.
  • CLITools that generate color themes and wallpapers from the command line using color sets and templates. **Distinct from Theme Generators:** Distinct from Theme Generators: focuses on command-line invocation and automation rather than general UI theme generation from prompts.
  • Multi-PlatformTools that generate matching color themes for editors, terminals, and other apps from a single color palette. **Distinct from Theme Generators:** Distinct from Theme Generators: specifically generates themes for multiple application types from a single palette rather than general theme generation.
  • Storefront Theme ScaffoldersCLI commands that generate a complete theme directory with required files and folder structure for e-commerce storefronts. **Distinct from Theme Generators:** Distinct from general Theme Generators: specifically scaffolds e-commerce storefront theme structures via CLI, not general UI theme generation from prompts.
  • Web-BasedGraphical web interfaces for previewing and generating color themes from user input. **Distinct from Theme Generators:** Distinct from Theme Generators: focuses on web-based graphical interfaces rather than CLI or programmatic generation.