summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/Whichkey.lua
blob: 535f4d4dd51b071a949ea857ba89c9eff44ca52f (plain)
1
2
3
4
5
6
7
8
9
local Whichkey = {
	WhichKey = { fg = C.light_gray },
	WhichKeySeperator = { fg = C.gray },
	WhichKeyGroup = { fg = C.yellow },
	WhichKeyDesc = { fg = C.light_gray },
	WhichKeyFloat = { bg = C.bg },
}

return Whichkey