From 3a346293d7c358ada9ff603019deebd5125c733c Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 18 Dec 2014 12:37:35 -0800 Subject: [PATCH] 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. --- colors/spacegray.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/spacegray.vim b/colors/spacegray.vim index 951c5c4..3a62bf2 100644 --- a/colors/spacegray.vim +++ b/colors/spacegray.vim @@ -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