summaryrefslogtreecommitdiff
path: root/lua/spacegray/Whichkey.lua
blob: 7b2a11a0fdb63d8d054648d11c53b7284d030364 (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