summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/nvim/colors/subtle.vim10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/nvim/colors/subtle.vim b/.config/nvim/colors/subtle.vim
index 7894cf85..9d837b2a 100644
--- a/.config/nvim/colors/subtle.vim
+++ b/.config/nvim/colors/subtle.vim
@@ -19,11 +19,11 @@ hi StatusLine cterm=NONE ctermbg=Black ctermfg=LightGray
 hi StatusLineNC cterm=NONE ctermbg=Black ctermfg=DarkGray
 hi Visual ctermbg=DarkGray ctermfg=NONE
 
-hi Comment ctermfg=DarkYellow
+hi Comment ctermfg=LightBlue
 
 hi Constant ctermfg=NONE
-hi String ctermfg=LightBlue
-hi Character ctermfg=LightBlue
+hi String ctermfg=DarkCyan
+hi link Character String
 
 hi Identifier cterm=NONE ctermfg=NONE
 
@@ -37,13 +37,13 @@ hi Type ctermfg=NONE
 hi StorageClass ctermfg=LightGray
 
 hi Special ctermfg=LightGray
-hi SpecialComment ctermfg=DarkYellow
+hi link SpecialComment Comment
 
 hi Underlined ctermfg=NONE
 
 hi Error ctermbg=NONE ctermfg=LightRed
 
-hi Todo ctermbg=NONE ctermfg=Yellow
+hi Todo ctermbg=NONE ctermfg=DarkBlue
 
 hi SpecialKey ctermfg=DarkGray
 
500'>2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe