mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-08 11:23:46 -05:00
Merge pull request #115 from synasius/fixed-106-light-bg0-color
fixed #106: modified light background color to fbf1c7
This commit is contained in:
@@ -99,7 +99,7 @@ let s:gb.gray_245 = ['#928374', 245] " 146-131-116
|
||||
let s:gb.gray_244 = ['#928374', 244] " 146-131-116
|
||||
|
||||
let s:gb.light0_hard = ['#f9f5d7', 230] " 249-245-215
|
||||
let s:gb.light0 = ['#fdf4c1', 229] " 253-244-193
|
||||
let s:gb.light0 = ['#fbf1c7', 229] " 253-244-193
|
||||
let s:gb.light0_soft = ['#f2e5bc', 228] " 242-229-188
|
||||
let s:gb.light1 = ['#ebdbb2', 223] " 235-219-178
|
||||
let s:gb.light2 = ['#d5c4a1', 250] " 213-196-161
|
||||
|
||||
Reference in New Issue
Block a user