mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -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 = {
|
||||
fg = theme.base03,
|
||||
bg = theme.base01,
|
||||
fg = colors.light_grey,
|
||||
bg = colors.black2,
|
||||
},
|
||||
|
||||
IncSearch = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue