mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-13 17:06:28 -04:00
10 lines
216 B
Lua
10 lines
216 B
Lua
local Whichkey = {
|
|
WhichKey = { fg = C.violet },
|
|
WhichKeySeperator = { fg = C.green },
|
|
WhichKeyGroup = { fg = C.cyan },
|
|
WhichKeyDesc = { fg = C.blue },
|
|
WhichKeyFloat = { bg = C.base02 },
|
|
}
|
|
|
|
return Whichkey
|