Skip to content

Commit

Permalink
feat(which-key): add more hl groups and opts
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Lamia authored and mehalter committed Jul 8, 2023
1 parent 64640a8 commit cf3ff3a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lua/astrotheme/groups/plugins/which-key.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
local function callback()
local function callback(opts)
return {
WhichKeyFloat = { fg = C.fg },
WhichKey = { fg = C.purple },
WhichKeyFloat = { bg = opts.floating and C.mantle or C.base },
WhichKeyBorder = { fg = C.none },
WhichKeySeperator = { fg = C.overlay0 },
WhichKeyDesc = { fg = C.purple },
WhichKeyGroup = { fg = C.blue },
WhichKeyValue = { fg = C.overlay0 },
}
end

Expand Down

0 comments on commit cf3ff3a

Please sign in to comment.