2 repos
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.
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.
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.