Skip to content

Commit 94c03ad

Browse files
committed
fix(tabline): transparency issue NvChad/ui#451
1 parent 5956688 commit 94c03ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/base46/integrations/tbline.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ local colors = require("base46").get_theme_tb "base_30"
33
local config = require "nvconfig"
44

55
local highlights = {
6+
Tabline = { bg = colors.black2 },
67

78
TbFill = {
89
bg = colors.black2,
@@ -76,6 +77,7 @@ local highlights = {
7677
}
7778

7879
local hlgroups_glassy = {
80+
"Tabline",
7981
"TbFill",
8082
"TbBufOn",
8183
"TbBufOff",

0 commit comments

Comments
 (0)