We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1405cc commit 4280c07Copy full SHA for 4280c07
lua/astrotheme/groups/base.lua
@@ -115,7 +115,7 @@ local function callback(c, opts)
115
bg = opts.transparent and c.none or c.ui.base,
116
},
117
118
- Folded = { fg = c.ui.none_text, bg = c.none },
+ Folded = { fg = c.ui.text_inactive, bg = opts.transparent and c.none or c.ui.selection },
119
FoldColumn = { fg = c.ui.none_text, bg = c.none },
120
121
NonText = { fg = c.ui.none_text, bg = c.none },
0 commit comments