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 | 9fb6d5c31bd3137f273765f6364e0b53568cd3f8 (patch) | |
tree | 8f9930bde1160f7feef226fa8de948922beb4eef | |
parent | Complete ASCII set of WIP serif8x16.psf (diff) | |
download | src-9fb6d5c31bd3137f273765f6364e0b53568cd3f8.tar.gz src-9fb6d5c31bd3137f273765f6364e0b53568cd3f8.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 |