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

return Whichkey