mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 02:05:56 -07:00
use readable colors for folds #202
This commit is contained in:
parent
d6259a2c1b
commit
50e8b5f2e0
1 changed files with 2 additions and 2 deletions
|
|
@ -65,8 +65,8 @@ local defaults = {
|
||||||
},
|
},
|
||||||
|
|
||||||
Folded = {
|
Folded = {
|
||||||
fg = theme.base03,
|
fg = colors.light_grey,
|
||||||
bg = theme.base01,
|
bg = colors.black2,
|
||||||
},
|
},
|
||||||
|
|
||||||
IncSearch = {
|
IncSearch = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue