use readable colors for folds #202

This commit is contained in:
siduck 2023-10-01 10:55:53 +05:30
parent d6259a2c1b
commit 50e8b5f2e0

View file

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