summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/dark/Whichkey.lua
blob: 2aa3d3e196f55f3c9d80f5e8b3f923aa22c555e8 (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.alt_bg },
}

return Whichkey