awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • darkreader/darkreaderdarkreader 的头像

    darkreader/darkreader

    22,079在 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
    在 GitHub 上查看↗22,079
  • evershopcommerce/evershopevershopcommerce 的头像

    evershopcommerce/evershop

    10,141在 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
    在 GitHub 上查看↗10,141
  • mjswensen/themermjswensen 的头像

    mjswensen/themer

    5,826在 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
    在 GitHub 上查看↗5,826
  • themerdev/themerthemerdev 的头像

    themerdev/themer

    5,826在 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
    在 GitHub 上查看↗5,826
  • vinceliuice/grub2-themesvinceliuice 的头像

    vinceliuice/grub2-themes

    4,355在 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
    在 GitHub 上查看↗4,355
  • jformdesigner/flatlafJFormDesigner 的头像

    JFormDesigner/FlatLaf

    4,212在 GitHub 上查看↗

    FlatLaf 是一个 Java Swing 外观库和主题引擎,为桌面用户界面提供现代化的扁平化设计。它是一个全面的框架,用于应用视觉主题、管理高密度缩放以及实现自定义窗口装饰。 该项目通过灵活的样式系统脱颖而出,支持亮色和暗色模式切换,并能够通过属性文件、子类化和外部主题导入来定义视觉标识。它包含一个专门的缩放框架,确保界面元素和矢量图标在 HiDPI 显示器上保持清晰。 该库涵盖了广泛的功能,包括用于主题化标题栏和原生对话框集成的窗口管理,以及针对按钮、文本字段和选项卡窗格的详细组件样式。它还提供针对不同操作系统的按键绑定、样式映射和原生库管理的平台特定适配,以确保一致性。

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

    Javaflatlafjava-swinglook-and-feel
    在 GitHub 上查看↗4,212
  1. Home
  2. User Interface & Experience
  3. Theme Generators

探索子标签

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