summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorJune McEnroe <curtis.mcenroe@adgear.com>2016-07-27 15:56:14 -0400
committerJune McEnroe <curtis.mcenroe@adgear.com>2016-07-27 15:56:14 -0400
commitbd37d64e2fce4d29c0d41686fea27bef588f5fb5 (patch)
treec912f64bc69ed0144cd050247cb2e120f06db0e0 /.config
parentColorscheme colors and schemes (diff)
downloadsrc-bd37d64e2fce4d29c0d41686fea27bef588f5fb5.tar.gz
src-bd37d64e2fce4d29c0d41686fea27bef588f5fb5.zip
Color macros in yellow
Diffstat (limited to '.config')
-rw-r--r--.config/nvim/colors/subtle.vim4
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