Skip to content

Commit b498c72

Browse files
committed
fix(statusline): Updated help file statusline
1 parent d49a1b8 commit b498c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/bars/statusline.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,11 @@ statusline.config = {
311311
visual = {
312312
icon = "",
313313

314-
hl = "Color6R"
314+
hl = "BarsRuler"
315315
}
316316
},
317317
TEMPLATES.bufname,
318-
{ kind = "empty" },
318+
{ kind = "empty", hl = "StatusLine" },
319319
}
320320

321321
---|fE

0 commit comments

Comments
 (0)