diff options
Diffstat (limited to 'lua/onedarker/Whichkey.lua')
-rw-r--r-- | lua/onedarker/Whichkey.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/onedarker/Whichkey.lua b/lua/onedarker/Whichkey.lua new file mode 100644 index 00000000..86b42bd6 --- /dev/null +++ b/lua/onedarker/Whichkey.lua @@ -0,0 +1,9 @@ +local Whichkey = { + WhichKey = { fg = C.purple }, + WhichKeySeperator = { fg = C.green }, + WhichKeyGroup = { fg = C.cyan }, + WhichKeyDesc = { fg = C.blue }, + WhichKeyFloat = { bg = C.dark }, +} + +return Whichkey |