A dark Neovim theme written in Lua with customizable syntax highlighting and UI colors.
hybrid.nvim is a dark color scheme for Neovim, written entirely in Lua. It provides a visually pleasing and customizable theme designed to enhance code readability and reduce eye strain during extended development sessions.
Neovim users who prefer dark themes and want a modern, Lua-based color scheme with extensive customization options for syntax highlighting and UI elements.
Developers choose hybrid.nvim for its balanced dark palette, Lua-native implementation ensuring compatibility with modern Neovim plugins, and the flexibility to override any highlight group to match their exact preferences.
A dark Neovim theme written in Lua
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Allows toggling bold, italic, underline, and more globally or per syntax group, as shown in the configuration options with detailed italic settings for strings, comments, and folds.
Ensures colors match across Neovim's built-in terminal and external terminals via the 'terminal_colors = true' setting, reducing visual discrepancies.
Provides a function to programmatically override any highlight group, with examples for plugins like Telescope, enabling precise theme matching.
Built entirely in Lua for seamless compatibility with modern Neovim plugins and managers like packer and lazy.nvim, ensuring future-proof integration.
Requires Neovim 0.8.0 or higher, excluding users on older versions or other editors, limiting its applicability.
Lacks light theme or multiple color scheme options out of the box, forcing users to rely on overrides for alternatives, which adds complexity.
Advanced overrides require understanding Lua and Neovim highlight groups, as evidenced by the need to consult separate files for colors and highlights, posing a barrier for non-technical users.