From 9fb6d5c31bd3137f273765f6364e0b53568cd3f8 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 25 Jan 2019 03:42:33 -0500 Subject: 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. --- home/.config/nvim/colors/trivial.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home/.config/nvim/colors/trivial.vim') 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 -- cgit 1.4.1