From 0a1296cc933ed03dde03d4eec52130a0f4e0c4e8 Mon Sep 17 00:00:00 2001 From: Akshay Hegde Date: Sat, 21 Mar 2015 19:39:47 -0700 Subject: [PATCH] Tweak background color of number line in gvim Make the LineNr background color the same as the Normal background color. This makes the inactive (if using relative numbering) numbers easier to read. --- colors/spacegray.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/spacegray.vim b/colors/spacegray.vim index 8f32b7d..78beabd 100644 --- a/colors/spacegray.vim +++ b/colors/spacegray.vim @@ -54,7 +54,7 @@ hi DiffText ctermbg=60 ctermfg=251 guibg=#5F5F87 guifg=#D0D0D0 cte hi helpLeadBlank ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE cterm=NONE gui=NONE hi helpNormal ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE cterm=NONE gui=NONE -hi LineNr ctermbg=NONE ctermfg=8 guibg=#242627 guifg=#3E4853 cterm=NONE gui=NONE +hi LineNr ctermbg=NONE ctermfg=8 guibg=#111314 guifg=#3E4853 cterm=NONE gui=NONE hi CursorLineNr ctermbg=NONE ctermfg=243 guibg=NONE guifg=#808080 cterm=NONE gui=NONE hi Pmenu ctermbg=233 ctermfg=137 guibg=#171717 guifg=#E8A973 cterm=none gui=NONE