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