summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-04 14:52:06 -0500
committerJune McEnroe <programble@gmail.com>2018-02-04 14:52:06 -0500
commitd854a63c49fe6dcfacf6034591db31d4857beaec (patch)
treefd7cfd37fbc06f6f89a5949319feec8dde5a0ea1 /home
parentAdd palette sampling to gfxx (diff)
downloadsrc-d854a63c49fe6dcfacf6034591db31d4857beaec.tar.gz
src-d854a63c49fe6dcfacf6034591db31d4857beaec.zip
Color MatchParen DarkYellow
White is not obvious enough.
Diffstat (limited to 'home')
-rw-r--r--home/.config/nvim/colors/trivial.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/nvim/colors/trivial.vim b/home/.config/nvim/colors/trivial.vim
index 6121f23a..a6c1b63c 100644
--- a/home/.config/nvim/colors/trivial.vim
+++ b/home/.config/nvim/colors/trivial.vim
@@ -9,7 +9,7 @@ hi ColorColumn ctermbg=Black
 hi EndOfBuffer ctermfg=DarkGray
 hi VertSplit cterm=NONE ctermbg=NONE ctermfg=DarkGray
 hi LineNr ctermfg=DarkGray
-hi MatchParen ctermbg=NONE ctermfg=White
+hi MatchParen ctermbg=NONE ctermfg=DarkYellow
 hi ModeMsg ctermfg=DarkGray
 hi NonText ctermfg=DarkGray
 hi Search ctermbg=NONE ctermfg=Yellow
6d01ca964004a7bba5e63e01ae&follow=1'>contrib/palaver: Only allow HTTPSJune McEnroe 2020-08-25Support the pounce_env rc variableJune McEnroe 2020-08-25Remove deprecated option namesJune McEnroe 2020-08-25Document configuration and data file searchJune McEnroe 2020-08-24Use dataOpen for save fileJune McEnroe 2020-08-24Use configOpen to load localCAJune McEnroe 2020-08-24Use configPath to load client cert/privJune McEnroe 2020-08-24Use configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe