We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5956688 commit 94c03adCopy full SHA for 94c03ad
lua/base46/integrations/tbline.lua
@@ -3,6 +3,7 @@ local colors = require("base46").get_theme_tb "base_30"
3
local config = require "nvconfig"
4
5
local highlights = {
6
+ Tabline = { bg = colors.black2 },
7
8
TbFill = {
9
bg = colors.black2,
@@ -76,6 +77,7 @@ local highlights = {
76
77
}
78
79
local hlgroups_glassy = {
80
+ "Tabline",
81
"TbFill",
82
"TbBufOn",
83
"TbBufOff",
0 commit comments