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, 9 insertions, 0 deletions
diff --git a/lua/spacegray/Whichkey.lua b/lua/spacegray/Whichkey.lua
new file mode 100644
index 00000000..2c02f11b
--- /dev/null
+++ b/lua/spacegray/Whichkey.lua
@@ -0,0 +1,9 @@
+local Whichkey = {
+ WhichKey = {fg = C.purple, },
+ WhichKeySeperator = {fg = C.green, },
+ WhichKeyGroup = {fg = C.blue, },
+ WhichKeyDesc = {fg = C.cyan, },
+ WhichKeyFloat = {bg = C.alt_bg, },
+}
+
+return Whichkey \ No newline at end of file