awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • darkreader/darkreaderAvatar von darkreader

    darkreader/darkreader

    22,079Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗22,079
  • evershopcommerce/evershopAvatar von evershopcommerce

    evershopcommerce/evershop

    10,141Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,141
  • mjswensen/themerAvatar von mjswensen

    mjswensen/themer

    5,826Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,826
  • themerdev/themerAvatar von themerdev

    themerdev/themer

    5,826Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,826
  • vinceliuice/grub2-themesAvatar von vinceliuice

    vinceliuice/grub2-themes

    4,355Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,355
  • jformdesigner/flatlafAvatar von JFormDesigner

    JFormDesigner/FlatLaf

    4,212Auf GitHub ansehen↗

    FlatLaf ist eine Java-Swing-Look-and-Feel-Bibliothek und Themen-Engine, die ein modernes Flat-Design für Desktop-Benutzeroberflächen bereitstellt. Sie dient als umfassendes Framework für die Anwendung visueller Themen, die Verwaltung hochauflösender Skalierung und die Implementierung benutzerdefinierter Fensterdekorationen. Das Projekt zeichnet sich durch ein flexibles Styling-System aus, das das Umschalten zwischen hellem und dunklem Modus unterstützt sowie die Möglichkeit bietet, visuelle Identitäten über Eigenschaftsdateien, Subclassing und externe Themen-Importe zu definieren. Es enthält ein dediziertes Skalierungs-Framework, um sicherzustellen, dass Schnittstellenelemente und Vektor-Icons auf HiDPI-Displays scharf bleiben. Die Bibliothek deckt ein breites Spektrum an Funktionen ab, einschließlich fortgeschrittener Fensterverwaltung für thematisierte Titelleisten und native Dialogintegration sowie detailliertes Komponenten-Styling für Schaltflächen, Textfelder und Tabbed Panes. Sie bietet zudem plattformspezifische Anpassungen für Tastenkombinationen, Stil-Mapping und native Bibliotheksverwaltung, um Konsistenz über verschiedene Betriebssysteme hinweg sicherzustellen.

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

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

Unter-Tags erkunden

  • 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.