Skip to content

Commit 237ff67

Browse files
committed
fix: Added background to BarsLineNr
1 parent 210f985 commit 237ff67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/bars/highlights.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,7 @@ highlights.groups = {
829829
group = "BarsLineNr",
830830
value = {
831831
fg = highlights.rgb_to_hex(R, G, B),
832+
bg = highlights.rgb_to_hex(tR, tG, tB),
832833
bold = true
833834
}
834835
}

0 commit comments

Comments
 (0)