Skip to content

Commit 82af167

Browse files
committed
feat: cleaner-looking folds
replaces Folded and FoldColumn highlight group backgrounds with the default bg color - looks much less jarring in both transparent and non-transparent modes (IMO) fixes #13
1 parent 9a7f07a commit 82af167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/cyberdream/theme.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ function M.setup()
5050
ErrorMsg = { fg = t.red },
5151
VertSplit = { fg = t.bgHighlight, bg = t.bg },
5252
WinSeparator = { fg = t.bgHighlight, bg = t.bg },
53-
Folded = { fg = t.grey, bg = t.bgHighlight },
54-
FoldColumn = { fg = t.grey, bg = t.bgHighlight },
53+
Folded = { fg = t.grey, bg = t.bg },
54+
FoldColumn = { fg = t.grey, bg = t.bg },
5555
SignColumn = { fg = t.grey, bg = t.bg },
5656
SignColumnSB = { fg = t.grey, bg = t.bg },
5757
Substitute = { fg = t.red, bg = t.bgHighlight },

0 commit comments

Comments
 (0)