From 187ab69c5db5bd7e2360069306964fb1c7586530 Mon Sep 17 00:00:00 2001 From: Curtis 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') 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 ve' href='/src/log/home/.local/bin/notify-send?showmsg=1&follow=1'>log tree commit diff
path: root/home/.local/bin/notify-send (unfollow)
Commit message (Collapse)Author
2018-09-25Add r to psfed for invertJune McEnroe
2018-09-24Add psfed, a PSF2 font editorJune McEnroe
2018-09-21Add scheme -i to swap white and blackJune McEnroe
2018-09-21Map caps lock to escape on Linux consoleJune McEnroe
2018-09-19Fix README mandoc lintsJune McEnroe
2018-09-19Un-NOT trans.alpha values in pngoJune McEnroe
2018-09-18Refactor reads in pngo and clear palette between filesJune McEnroe
2018-09-17Add tRNS support to pngoJune McEnroe
2018-09-11Move gfx man pages to gfx/manJune McEnroe
2018-09-11Move bin man pages to bin/manJune McEnroe
2018-09-11Rewrite gfx.7 and render plaintext READMEJune McEnroe
2018-09-11Remove GAMES from BINSJune McEnroe
2018-09-11Rewrite bin.7 and render to plaintext READMEJune McEnroe
2018-09-11Add "blank" lines to man pagesJune McEnroe
2018-09-10Add mdoc syntax fileJune McEnroe
2018-09-08Fix Nm usage in multi-name man pagesJune McEnroe
2018-09-08Put real dates on man pagesJune McEnroe
2018-09-08Replace gfx README with REAMDE.7June McEnroe
2018-09-08Link gfx man pages in ~/.localJune McEnroe