diff options
author | June McEnroe <curtis.mcenroe@adgear.com> | 2016-07-27 15:56:14 -0400 |
---|---|---|
committer | June McEnroe <curtis.mcenroe@adgear.com> | 2016-07-27 15:56:14 -0400 |
commit | bd37d64e2fce4d29c0d41686fea27bef588f5fb5 (patch) | |
tree | c912f64bc69ed0144cd050247cb2e120f06db0e0 | |
parent | Colorscheme colors and schemes (diff) | |
download | src-bd37d64e2fce4d29c0d41686fea27bef588f5fb5.tar.gz src-bd37d64e2fce4d29c0d41686fea27bef588f5fb5.zip |
Color macros in yellow
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/colors/subtle.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/colors/subtle.vim b/.config/nvim/colors/subtle.vim index 9d837b2a..aa4e4b16 100644 --- a/.config/nvim/colors/subtle.vim +++ b/.config/nvim/colors/subtle.vim @@ -30,8 +30,8 @@ hi Identifier cterm=NONE ctermfg=NONE hi Statement ctermfg=LightGray hi PreProc ctermfg=LightGray -hi Macro ctermfg=LightMagenta -hi PreCondit ctermfg=LightRed +hi Macro ctermfg=DarkYellow +hi link PreCondit Macro hi Type ctermfg=NONE hi StorageClass ctermfg=LightGray |