Adjusted light hard contrast bg

This commit is contained in:
morhetz
2014-09-06 14:10:23 +04:00
parent 5f12296890
commit 1e2ab2027c

View File

@@ -192,7 +192,7 @@ else
endif
if g:gruvbox_contrast == 'hard'
let s:gb.dark0 = ['fdf7cf', 230] " 253-247-207
let s:gb.dark0 = ['f9f5d7', 230] " 249-245-215
endif
if g:gruvbox_contrast_light == 'soft'
@@ -200,7 +200,7 @@ else
endif
if g:gruvbox_contrast_light == 'hard'
let s:gb.dark0 = ['fdf4c1', 230] " 253-247-207
let s:gb.dark0 = ['f9f5d7', 230] " 249-245-215
endif
endif