summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/dark/Whichkey.lua
blob: 9b9fb6041460847a6692221d8b05517d0d08024a (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