mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-13 13:53:46 -05:00
Adjusted light hard contrast bg
This commit is contained in:
@@ -192,7 +192,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if g:gruvbox_contrast == 'hard'
|
if g:gruvbox_contrast == 'hard'
|
||||||
let s:gb.dark0 = ['fdf7cf', 230] " 253-247-207
|
let s:gb.dark0 = ['f9f5d7', 230] " 249-245-215
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if g:gruvbox_contrast_light == 'soft'
|
if g:gruvbox_contrast_light == 'soft'
|
||||||
@@ -200,7 +200,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if g:gruvbox_contrast_light == 'hard'
|
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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user