diff options
author | June McEnroe <june@causal.agency> | 2019-01-25 03:42:33 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-25 03:42:33 -0500 |
commit | 187ab69c5db5bd7e2360069306964fb1c7586530 (patch) | |
tree | 9ca8ab97f9f6a80b9ce990911c2c01edee033a6b | |
parent | Complete ASCII set of WIP serif8x16.psf (diff) | |
download | src-187ab69c5db5bd7e2360069306964fb1c7586530.tar.gz src-187ab69c5db5bd7e2360069306964fb1c7586530.zip |
Set nvim UI colors back to the 8-color palette
Neovim seems intent on replacing all the default colors with ghastly choices from the 256-color palette.
-rw-r--r-- | home/.config/nvim/colors/trivial.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/.config/nvim/colors/trivial.vim b/home/.config/nvim/colors/trivial.vim index 1bb23d76..d0831ec7 100644 --- a/home/.config/nvim/colors/trivial.vim +++ b/home/.config/nvim/colors/trivial.vim @@ -10,12 +10,16 @@ hi VertSplit cterm=NONE ctermbg=NONE ctermfg=8 hi LineNr ctermfg=8 hi MatchParen ctermbg=NONE ctermfg=3 hi ModeMsg ctermfg=8 +hi MoreMsg ctermfg=2 +hi! link Question MoreMsg +hi WarningMsg ctermfg=1 hi NonText ctermfg=8 hi Search ctermbg=NONE ctermfg=11 hi StatusLine cterm=NONE ctermbg=0 ctermfg=7 hi StatusLineNC cterm=NONE ctermbg=0 ctermfg=8 hi Folded ctermbg=0 ctermfg=8 hi Visual cterm=inverse ctermbg=NONE +hi Title ctermfg=5 hi Comment ctermfg=4 |