Skip to content

Commit b98d33a

Browse files
authored
fix(tabline): make bg of tabline transparent (#162)
1 parent 77c27cb commit b98d33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/cyberdream/extensions/base.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function M.get(opts, t)
6060
StatusLine = { fg = t.fg, bg = t.bg },
6161
StatusLineNC = { fg = t.grey, bg = t.bg },
6262
TabLine = { fg = t.grey, bg = t.bg },
63-
TabLineFill = { fg = t.grey, bg = t.bgHighlight },
63+
TabLineFill = { fg = t.grey, bg = t.bg },
6464
TabLineSel = { fg = t.fg, bg = t.bgHighlight },
6565
WinBar = { fg = t.fg, bg = t.bg },
6666
WinBarNC = { fg = t.grey, bg = t.bg },

0 commit comments

Comments
 (0)