LunarVim/lua/spacegray/Whichkey.lua
christianchiarulli 915603ed07 udpate colorscheme
2021-07-31 18:36:51 -04:00

9 lines
No EOL
219 B
Lua

local Whichkey = {
WhichKey = {fg = C.purple, },
WhichKeySeperator = {fg = C.green, },
WhichKeyGroup = {fg = C.blue, },
WhichKeyDesc = {fg = C.light_blue, },
WhichKeyFloat = {bg = C.dark, },
}
return Whichkey