Browse Source

Adjusted light hard contrast bg

morhetz 11 years ago
parent
commit
1e2ab2027c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      colors/gruvbox.vim

+ 2 - 2
colors/gruvbox.vim

@@ -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