mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-11 12:53:46 -05:00
Change light contrast colors
This commit is contained in:
@@ -164,11 +164,11 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if g:gruvbox_contrast == 'soft'
|
if g:gruvbox_contrast == 'soft'
|
||||||
let s:gb.dark0 = ['f4e8ba', 228] " 244-232-186
|
let s:gb.dark0 = ['f4e4b2', 228] " 244-228-178
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if g:gruvbox_contrast == 'hard'
|
if g:gruvbox_contrast == 'hard'
|
||||||
let s:gb.dark0 = ['ffffc8', 230] " 255-255-200
|
let s:gb.dark0 = ['fdf5d2', 230] " 253-245-210
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user