Make Type and Identifier cterm colors match the GUI ones.

This commit is contained in:
Akshay Hegde 2014-12-26 20:07:23 -08:00
parent 1b6ddaa91e
commit e20d62254d
1 changed files with 2 additions and 2 deletions

View File

@ -23,13 +23,13 @@ hi Title ctermbg=NONE ctermfg=231 guibg=NONE guifg=#FFFFFF cte
hi Constant ctermbg=NONE ctermfg=167 guibg=NONE guifg=#C5735E cterm=NONE gui=NONE
hi Function ctermbg=NONE ctermfg=9 guibg=NONE guifg=#CC6666 cterm=NONE gui=NONE
hi Identifier ctermbg=NONE ctermfg=3 guibg=NONE guifg=#E5C078 cterm=NONE gui=NONE
hi Identifier ctermbg=NONE ctermfg=179 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=107 guibg=NONE guifg=#95B47B cterm=NONE gui=NONE
hi Type ctermbg=NONE ctermfg=11 guibg=NONE guifg=#E5C078 cterm=NONE gui=NONE
hi Type ctermbg=NONE ctermfg=179 guibg=NONE guifg=#E5C078 cterm=NONE gui=NONE
hi Cursor ctermbg=NONE ctermfg=NONE guibg=#6C6C6C guifg=NONE cterm=NONE gui=NONE
hi CursorColumn ctermbg=0 ctermfg=NONE guibg=#303030 guifg=NONE cterm=NONE gui=NONE