Skip to content

Commit 4280c07

Browse files
committed
fix(base): improve folded text appearance
1 parent b1405cc commit 4280c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/groups/base.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ local function callback(c, opts)
115115
bg = opts.transparent and c.none or c.ui.base,
116116
},
117117

118-
Folded = { fg = c.ui.none_text, bg = c.none },
118+
Folded = { fg = c.ui.text_inactive, bg = opts.transparent and c.none or c.ui.selection },
119119
FoldColumn = { fg = c.ui.none_text, bg = c.none },
120120

121121
NonText = { fg = c.ui.none_text, bg = c.none },

0 commit comments

Comments
 (0)