summaryrefslogtreecommitdiff
path: root/lua/spacegray/Whichkey.lua
blob: f382d784e82c88a8aefc1cc7142ab68327d61e97 (plain)
1
2
3
4
5
6
7
8
9
local Whichkey = {
  WhichKey = { fg = C.purple },
  WhichKeySeperator = { fg = C.green },
  WhichKeyGroup = { fg = C.blue },
  WhichKeyDesc = { fg = C.cyan },
  WhichKeyFloat = { bg = C.alt_bg },
}

return Whichkey