Skip to content

Commit

Permalink
fix(base): improve folded text appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Dec 3, 2024
1 parent b1405cc commit 4280c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrotheme/groups/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ local function callback(c, opts)
bg = opts.transparent and c.none or c.ui.base,
},

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 },
FoldColumn = { fg = c.ui.none_text, bg = c.none },

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

0 comments on commit 4280c07

Please sign in to comment.