summaryrefslogtreecommitdiff
path: root/lua/spacegray/Whichkey.lua
blob: 5d1ae7ce4cf34f06bab86c9a1f0f55a8c9795425 (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.light_blue },
  WhichKeyFloat = { bg = C.dark },
}

return Whichkey