Brighten Normal colors for terminal to match the GUI colors.

With this change, the Normal text should more closely match the 
Normal colors for the GUI.
This commit is contained in:
Akshay 2014-12-18 12:37:35 -08:00
parent 0b8dcaac81
commit 3a346293d7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ set background=dark
let colors_name = 'spacegray'
" Colorscheme definitions {{{1
hi Normal ctermbg=233 ctermfg=248 guibg=#141617 guifg=#B3B8C4 cterm=NONE gui=NONE
hi Normal ctermbg=233 ctermfg=188 guibg=#141617 guifg=#B3B8C4 cterm=NONE gui=NONE
hi Comment ctermbg=NONE ctermfg=59 guibg=NONE guifg=#515F6A cterm=NONE gui=NONE
hi NonText ctermbg=NONE ctermfg=8 guibg=NONE guifg=#3E4853 cterm=NONE gui=NONE