LunarVim/lua/spacegray/Whichkey.lua

10 lines
216 B
Lua
Raw Normal View History

2021-07-12 18:51:49 +02:00
local Whichkey = {
2021-07-15 03:21:16 +02:00
WhichKey = { fg = C.purple },
WhichKeySeperator = { fg = C.green },
WhichKeyGroup = { fg = C.blue },
WhichKeyDesc = { fg = C.cyan },
WhichKeyFloat = { bg = C.alt_bg },
2021-07-12 18:51:49 +02:00
}
2021-07-15 03:21:16 +02:00
return Whichkey