summaryrefslogtreecommitdiff
path: root/lua/spacegray/Whichkey.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/spacegray/Whichkey.lua')
-rw-r--r--lua/spacegray/Whichkey.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/spacegray/Whichkey.lua b/lua/spacegray/Whichkey.lua
deleted file mode 100644
index 5d1ae7ce..00000000
--- a/lua/spacegray/Whichkey.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-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