From 7fbb0e922781da3fe96485c3f13a00d07b726ce5 Mon Sep 17 00:00:00 2001 From: Akshay Hegde Date: Sat, 27 Dec 2014 20:23:58 -0800 Subject: [PATCH] Make conceal use normal fg colors, but not bg colors. --- colors/spacegray.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/spacegray.vim b/colors/spacegray.vim index 2aa5a59..bbf7701 100644 --- a/colors/spacegray.vim +++ b/colors/spacegray.vim @@ -16,6 +16,7 @@ let colors_name = 'spacegray' " Colorscheme definitions {{{1 hi Normal ctermbg=233 ctermfg=250 guibg=#141617 guifg=#B3B8C4 cterm=NONE gui=NONE +hi Conceal ctermbg=NONE ctermfg=250 guibg=NONE 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 @@ -97,7 +98,6 @@ hi link Boolean Constant hi link Character Constant hi link Number Constant -hi link Conceal Normal hi link Float Number hi link Define Preproc