Fix SpecialKey colors for both cterm and gui.

This commit is contained in:
Akshay Hegde 2014-12-14 16:12:16 -08:00
parent 506b5c58df
commit edbf8f28b6
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@ hi Function ctermbg=NONE ctermfg=9 guibg=NONE guifg=#CC6666 cte
hi Identifier ctermbg=NONE ctermfg=3 guibg=NONE guifg=#E5C078 cterm=NONE gui=NONE
hi PreProc ctermbg=NONE ctermfg=109 guibg=NONE guifg=#85A7A5 cterm=NONE gui=NONE
hi Special ctermbg=NONE ctermfg=103 guibg=NONE guifg=#7D8FA3 cterm=NONE gui=NONE
hi SpecialKey ctermbg=NONE ctermfg=59 guibg=NONE guifg=#4C5966 cterm=NONE gui=NONE
hi Statement ctermbg=NONE ctermfg=13 guibg=NONE guifg=#A57A9E cterm=NONE gui=NONE
hi String ctermbg=NONE ctermfg=10 guibg=NONE guifg=#95B47B cterm=NONE gui=NONE
hi Type ctermbg=NONE ctermfg=66 guibg=NONE guifg=#E5C078 cterm=NONE gui=NONE
@ -92,7 +93,6 @@ hi link Character Constant
hi link Number Constant
hi link Float Number
hi link SpecialKey Comment
hi link Conceal Normal
hi link Define Preproc