From 79b83b073425c9609b89302f41c354ff5e2b32bd Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 15 Jun 2017 15:21:47 -0400 Subject: Color Search foreground --- curtis/.config/nvim/colors/trivial.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'curtis') diff --git a/curtis/.config/nvim/colors/trivial.vim b/curtis/.config/nvim/colors/trivial.vim index 8879cc13..96090406 100644 --- a/curtis/.config/nvim/colors/trivial.vim +++ b/curtis/.config/nvim/colors/trivial.vim @@ -15,7 +15,7 @@ hi LineNr ctermfg=DarkGray hi MatchParen ctermbg=DarkGray ctermfg=White hi ModeMsg ctermfg=DarkGray hi NonText ctermfg=DarkGray -hi Search ctermbg=Yellow ctermfg=Black +hi Search ctermbg=NONE ctermfg=Yellow hi StatusLine cterm=NONE ctermbg=Black ctermfg=LightGray hi StatusLineNC cterm=NONE ctermbg=Black ctermfg=DarkGray hi Folded ctermbg=Black ctermfg=DarkGray -- cgit 1.4.1 dontfiles
summary refs log tree commit diff
path: root/bin/man1/fbatt.1 (unfollow)
Commit message (Collapse)Author
2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe
2019-12-18Add git.causal.agency cgit configJune McEnroe
2019-12-18Bail from hi if input is binaryJune McEnroe
NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc.
2019-12-16Post "cgit setup"June McEnroe