Skip to content

Commit f8f358d

Browse files
committed
fix(base): dim FoldColumn
1 parent 0da2b88 commit f8f358d

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
@@ -37,7 +37,7 @@ local function callback(opts)
3737
ErrorMsg = { fg = C.syntax.red, bg = C.none },
3838
WinSeparator = { fg = C.ui.split, bg = opts.transparent and C.none or C.ui.base, bold = false },
3939
Folded = { fg = C.syntax.subtext1, bg = C.none },
40-
FoldColumn = { fg = C.none, bg = C.none },
40+
FoldColumn = { fg = C.syntax.subtext1, bg = C.none },
4141
IncSearch = { fg = C.ui.base, bg = C.ui.purple },
4242
CurSearch = { link = "IncSearch" },
4343
LineNr = { fg = C.syntax.subtext1, bg = C.none },

0 commit comments

Comments
 (0)