Skip to content

Commit 12b7478

Browse files
committed
fix: adjust WhichKeySeparator
1 parent 8fb00f5 commit 12b7478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/zenbones/specs/dark.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ local function generate(p, opt)
353353

354354
WhichKey { Statement },
355355
WhichKeyGroup { Special },
356-
WhichKeySeparator { LineNr },
356+
WhichKeySeparator { fg = LineNr.fg },
357357
WhichKeyValue { Constant },
358358

359359
TroubleNormal { Function },

lua/zenbones/specs/light.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ local function generate(p, opt)
353353

354354
WhichKey { Statement },
355355
WhichKeyGroup { Special },
356-
WhichKeySeparator { LineNr },
356+
WhichKeySeparator { fg = LineNr.fg },
357357
WhichKeyValue { Constant },
358358

359359
TroubleNormal { Function },

0 commit comments

Comments
 (0)