Experimental color scheme without any colors, except what's required to display a meaningful diff
.
All syntax differentiation is achieved through font styles, so your terminal needs to support bold and italic text.
Shades are used for things like dimming folded text.
This is not yet a finished color scheme. If you spot any issues, please create an issue! Ideally you include an example file and/or screenshot.
This colors scheme was created because I couldn't find anything like it. I mostly improvised and hacked things together without having a proper colors palette. I'd like to make several significant changes, which includes better constrast, a slightly less brownish tone, and more 3rd party plugin support. I've created a v2
branch (name doesn't matter) which you can already try out
This information can also be found in the help, :help yui
fade
(default): makes folded text less visibleemphasize
: gives folded text a distinct background color
fade
(default): makes line numbers and signcolumn text less visibleemphasize
: gives line numbers and signcolumn text a distinct background color
g:yui_emphasized_comments
takes precedence for backwards compatibility
fade
: makes comments less visibleemphasize
: makes comments more visible and is equivalent toyui_emphasized_comments = 1
normal
(default): does not affect comment visibility
DEPRECATED: Use g:yui_comments
instead
1
: comments are orange0
(default): comments are faded, as before
- 0.16.0: Add magenta and cyan and use for Term colors
- 0.15.0: Add signcolumn customization option
- 0.14.1: Fix duplicate helptag
- 0.14.0: Add vim-dirvish colors
- 0.13.0: Adjust LspDiagnostics colors
- 0.12.0: Adjust WhichKeySeperator color so it's normal FG without bg
- 0.11.1: Fix typo in WhichKeySeperator
- 0.11.0: Add some WhichKey colors
- 0.10.0: Add colors for neovim LSP
- 0.9.1: Fix Cursor color which did not specify a background
- 0.9.0: Add
g:yui_folds
option and overhaul folded text in general - 0.8.0: Add Whitespace and SpecialKey and link to LineNr
- 0.7.0: Use Constant for helpCommand and helpBacktick (makes both bold) instead of defaulting to Comments
- 0.6.0: Add purple background for search results (Search and IncSearch)
- 0.5.0: Add
g:yui_comments
option