summaryrefslogtreecommitdiff
path: root/lua/spacegray/Whichkey.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-15 05:51:16 +0430
committerGitHub <[email protected]>2021-07-15 05:51:16 +0430
commit64eeec38808d27b3709f92862bd07e25140add59 (patch)
treef4987102a03aef947e4a24d9496d941f7e206bec /lua/spacegray/Whichkey.lua
parentf95e150518e40f08a2cb31365e90895e31465d7e (diff)
fixed styling issues (#952)
Diffstat (limited to 'lua/spacegray/Whichkey.lua')
-rw-r--r--lua/spacegray/Whichkey.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/lua/spacegray/Whichkey.lua b/lua/spacegray/Whichkey.lua
index 2c02f11b..f382d784 100644
--- a/lua/spacegray/Whichkey.lua
+++ b/lua/spacegray/Whichkey.lua
@@ -1,9 +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, },
+ 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
+return Whichkey