diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 1504f53..4bfd3ef 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -47,7 +47,7 @@ function M.setup() VertSplit = { fg = c.border }, -- the column separating vertically split windows WinSeparator = { fg = c.border, bold = true }, -- the column separating vertically split windows Folded = { fg = c.blue, bg = c.fg_gutter }, -- line used for closed folds - FoldColumn = { bg = c.bg, fg = c.comment }, -- 'foldcolumn' + FoldColumn = { bg = options.transparent and c.none or c.bg, fg = c.comment }, -- 'foldcolumn' SignColumn = { bg = options.transparent and c.none or c.bg, fg = c.fg_gutter }, -- column where |signs| are displayed SignColumnSB = { bg = c.bg_sidebar, fg = c.fg_gutter }, -- column where |signs| are displayed Substitute = { bg = c.red, fg = c.black }, -- |:substitute| replacement text highlighting