summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/Whichkey.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/no-clown-fiesta/Whichkey.lua')
-rw-r--r--lua/no-clown-fiesta/Whichkey.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/lua/no-clown-fiesta/Whichkey.lua b/lua/no-clown-fiesta/Whichkey.lua
index 535f4d4..9b9fb60 100644
--- a/lua/no-clown-fiesta/Whichkey.lua
+++ b/lua/no-clown-fiesta/Whichkey.lua
@@ -1,9 +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 },
+ WhichKey = { fg = C.light_gray },
+ WhichKeySeperator = { fg = C.gray },
+ WhichKeyGroup = { fg = C.yellow },
+ WhichKeyDesc = { fg = C.light_gray },
+ WhichKeyFloat = { bg = C.bg },
}
return Whichkey