Skip to content

Commit 63e5f2e

Browse files
authored
fix(which-key): delete duplicate WhichKeySeparator group (#639)
## Description Delete duplicate WhichKeySeparator highlight group.
1 parent c75935b commit 63e5f2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/tokyonight/groups/which-key.lua

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ function M.get(c, opts)
99
WhichKey = { fg = c.cyan },
1010
WhichKeyGroup = { fg = c.blue },
1111
WhichKeyDesc = { fg = c.magenta },
12-
WhichKeySeperator = { fg = c.comment },
1312
WhichKeySeparator = { fg = c.comment },
1413
WhichKeyNormal = { bg = c.bg_sidebar },
1514
WhichKeyValue = { fg = c.dark5 },

0 commit comments

Comments
 (0)