Skip to content

Commit 55231b3

Browse files
committed
fix(hl): Fixed an issue with statusline's highlight group not matching with other segments in the statusline
1 parent 8e0b8b8 commit 55231b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lua/bars/highlights.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,6 +1328,11 @@ highlights.groups = {
13281328
---|fE
13291329
end
13301330
},
1331+
1332+
new_statusline = {
1333+
group = "StatusLine",
1334+
value = { link = "Normal" }
1335+
},
13311336
};
13321337

13331338
--- Applies highlight groups.

0 commit comments

Comments
 (0)