summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/Whichkey.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-10 21:21:00 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-10 21:21:00 +0100
commitf7e4be5291637caf41d9358a848e249a72b24db0 (patch)
tree2b5e24b7dd020e270f8f25c56a97538af805833c /lua/no-clown-fiesta/Whichkey.lua
Initial commit
Diffstat (limited to 'lua/no-clown-fiesta/Whichkey.lua')
-rw-r--r--lua/no-clown-fiesta/Whichkey.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/no-clown-fiesta/Whichkey.lua b/lua/no-clown-fiesta/Whichkey.lua
new file mode 100644
index 0000000..9b9fb60
--- /dev/null
+++ b/lua/no-clown-fiesta/Whichkey.lua
@@ -0,0 +1,9 @@
+local Whichkey = {
+ WhichKey = { fg = C.light_gray },
+ WhichKeySeperator = { fg = C.gray },
+ WhichKeyGroup = { fg = C.yellow },
+ WhichKeyDesc = { fg = C.light_gray },
+ WhichKeyFloat = { bg = C.bg },
+}
+
+return Whichkey