LunarVim/lua/onedarker/Whichkey.lua

10 lines
214 B
Lua
Raw Normal View History

2021-07-12 18:51:49 +02:00
local Whichkey = {
2021-08-01 12:02:19 +02:00
WhichKey = { fg = C.purple },
WhichKeySeperator = { fg = C.green },
2021-08-30 06:59:23 +02:00
WhichKeyGroup = { fg = C.cyan },
WhichKeyDesc = { fg = C.blue },
2021-08-01 12:02:19 +02:00
WhichKeyFloat = { bg = C.dark },
2021-07-12 18:51:49 +02:00
}
2021-08-01 12:02:19 +02:00
return Whichkey