@@ -86,6 +86,8 @@ function M.setup()
86
86
TabLine = { fg = t .grey , bg = t .bg },
87
87
TabLineFill = { fg = t .grey , bg = t .bgHighlight },
88
88
TabLineSel = { fg = t .fg , bg = t .bgHighlight },
89
+ WinBar = { fg = t .grey , bg = t .bg },
90
+ WinBarNC = { fg = t .grey , bg = t .bg },
89
91
Title = { fg = t .fg },
90
92
Visual = { fg = t .bg , bg = t .bgHighlight },
91
93
VisualNOS = { fg = t .bg , bg = t .bgHighlight },
@@ -252,12 +254,12 @@ function M.setup()
252
254
GitSignsDelete = { fg = t .red },
253
255
254
256
-- Heirline
255
- HeirlineInactive = { fg = t .grey },
256
- HeirlineNormal = { fg = t .blue },
257
- HeirlineVisual = { fg = t .magenta },
258
- HeirlineReplace = { fg = t .red },
259
- HeirlineCommand = { fg = t .yellow },
260
- HeirlineInsert = { fg = t .green },
257
+ HeirlineInactive = { bg = t .grey },
258
+ HeirlineNormal = { bg = t .blue },
259
+ HeirlineVisual = { bg = t .magenta },
260
+ HeirlineReplace = { bg = t .red },
261
+ HeirlineCommand = { bg = t .yellow },
262
+ HeirlineInsert = { bg = t .green },
261
263
}
262
264
263
265
if opts .borderless_telescope then
0 commit comments