Skip to content

Commit cf3ff3a

Browse files
A-Lamiamehalter
authored andcommitted
feat(which-key): add more hl groups and opts
1 parent 64640a8 commit cf3ff3a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lua/astrotheme/groups/plugins/which-key.lua

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
local function callback()
1+
local function callback(opts)
22
return {
3-
WhichKeyFloat = { fg = C.fg },
3+
WhichKey = { fg = C.purple },
4+
WhichKeyFloat = { bg = opts.floating and C.mantle or C.base },
5+
WhichKeyBorder = { fg = C.none },
6+
WhichKeySeperator = { fg = C.overlay0 },
47
WhichKeyDesc = { fg = C.purple },
58
WhichKeyGroup = { fg = C.blue },
9+
WhichKeyValue = { fg = C.overlay0 },
610
}
711
end
812

0 commit comments

Comments
 (0)