diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-04-08 12:19:50 -0400 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-04-08 12:21:21 -0400 |
commit | 1e9f9e21c80d29028f4949bda0921d6bacc20c86 (patch) | |
tree | 441d673b7e6fd3215b0f4b041f8a75831cff6fd4 /vim/colors | |
parent | 8aea317670e3357afb92d96bf385ac907ab6cced (diff) |
make specialkeys (listchars, most importantly) really stand out
Diffstat (limited to 'vim/colors')
-rw-r--r-- | vim/colors/solarized.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/colors/solarized.vim b/vim/colors/solarized.vim index 81c2c99..36d3648 100644 --- a/vim/colors/solarized.vim +++ b/vim/colors/solarized.vim @@ -653,7 +653,7 @@ exe "hi Todo" . s:fg_magenta.s:bg_none .s:fmt_bold " "Highlighting groups for various occasions "----------------------------------------- -exe "hi SpecialKey" . s:fg_base02 .s:bg_none .s:fmt_none +exe "hi SpecialKey" . s:fg_red .s:bg_none .s:fmt_none exe "hi NonText" . s:fg_base02 .s:bg_none .s:fmt_bold exe "hi Directory" . s:fg_blue .s:bg_none .s:fmt_none exe "hi ErrorMsg" . s:fg_red .s:bg_none .s:fmt_revr |