use readable colors for folds #202

v2.5
siduck 2 years ago
parent d6259a2c1b
commit 50e8b5f2e0

@ -65,8 +65,8 @@ local defaults = {
}, },
Folded = { Folded = {
fg = theme.base03, fg = colors.light_grey,
bg = theme.base01, bg = colors.black2,
}, },
IncSearch = { IncSearch = {

Loading…
Cancel
Save