Fix Type cterm colors not being faithful to the gui color.

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

View File

@ -28,7 +28,7 @@ hi Special ctermbg=NONE ctermfg=103 guibg=NONE guifg=#7D8FA3 cte
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
hi Type ctermbg=NONE ctermfg=3 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