diff options
author | June McEnroe <june@causal.agency> | 2016-07-29 11:17:02 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-07-29 11:17:02 -0400 |
commit | cdd3aaf9a1d587e57b4ee672a72dd69b4619b678 (patch) | |
tree | 28e0f61081a3c944ab8e4b0f3edf48783f7711e9 | |
parent | Color comments DarkBlue and LightBlue (diff) | |
download | src-cdd3aaf9a1d587e57b4ee672a72dd69b4619b678.tar.gz src-cdd3aaf9a1d587e57b4ee672a72dd69b4619b678.zip |
Color Structure and Typedef in gray
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/colors/subtle.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/colors/subtle.vim b/.config/nvim/colors/subtle.vim index 84841666..1254167e 100644 --- a/.config/nvim/colors/subtle.vim +++ b/.config/nvim/colors/subtle.vim @@ -35,6 +35,8 @@ hi link PreCondit Macro hi Type ctermfg=NONE hi StorageClass ctermfg=LightGray +hi link Structure StorageClass +hi link Typedef Structure hi Special ctermfg=LightGray hi SpecialComment ctermfg=LightBlue |