From e20d62254d5811b69f17accd3b3816b1032cc98c Mon Sep 17 00:00:00 2001 From: Akshay Hegde Date: Fri, 26 Dec 2014 20:07:23 -0800 Subject: [PATCH] Make Type and Identifier cterm colors match the GUI ones. --- colors/spacegray.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/spacegray.vim b/colors/spacegray.vim index 3b2ba06..2aa5a59 100644 --- a/colors/spacegray.vim +++ b/colors/spacegray.vim @@ -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