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