Darken Normal low-contrast background to match terminal background

This commit is contained in:
Akshay Hegde 2021-01-01 17:15:01 -08:00
parent 37203c8514
commit 012ff0065e
No known key found for this signature in database
GPG Key ID: 0AC668879C59205C
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ let g:colors_name = 'spacegray'
" Colorscheme definitions {{{1 " Colorscheme definitions {{{1
if g:spacegray_low_contrast if g:spacegray_low_contrast
hi Normal ctermbg=235 ctermfg=250 guibg=#262626 guifg=#B3B8C4 cterm=NONE gui=NONE hi Normal ctermbg=235 ctermfg=250 guibg=#242424 guifg=#B3B8C4 cterm=NONE gui=NONE
else else
hi Normal ctermbg=233 ctermfg=250 guibg=#111314 guifg=#B3B8C4 cterm=NONE gui=NONE hi Normal ctermbg=233 ctermfg=250 guibg=#111314 guifg=#B3B8C4 cterm=NONE gui=NONE
endif endif