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

2 repos

Awesome GitHub RepositoriesVisual Themes

Collections of stylesheets and configuration settings that define the visual appearance of an interface.

Distinguishing note: Focuses on the application of pre-built visual styles rather than low-level CSS framework utilities.

Explore 2 awesome GitHub repositories matching user interface & experience · Visual Themes. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Visual Themes

Awesome Visual Themes GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • slab/quill

    slab/quill

    46,860View on GitHub↗

    Quill is a modular, web-based rich text editor designed for structured content authoring. It provides a comprehensive toolkit for building tailored editing experiences, allowing developers to manage document state, handle user input, and synchronize content through a predictable, serializable data model. The editor distinguishes itself through a custom document abstraction that maps the browser DOM to a structured tree of nodes, ensuring consistent behavior across different environments. It utilizes an operational change tracking system that represents all document modifications as a sequence

    The editor supports applying pre-built visual themes by including the corresponding stylesheet and specifying the theme name in the configuration object.

    TypeScripteditorquillrich-text-editor
    46,860View on GitHub↗
  • helix-editor/helix

    helix-editor/helix

    43,034View on GitHub↗

    Helix is a terminal-based modal text editor designed for efficient code manipulation and navigation. It centers on a selection-first editing model, where operations are performed on active ranges rather than individual cursor positions, allowing for precise control over text and code structures. The editor distinguishes itself through deep integration with structural parsing and language intelligence. By utilizing an incremental parsing library, it builds concrete syntax trees that enable advanced features like structural code navigation, intelligent indentation, and syntax-aware text object

    Helix allows users to choose a visual theme by updating the configuration file or by executing a command during an active editing session.

    Rustkakounerusttext-editor
    43,034View on GitHub↗