diff options
author | christianchiarulli <[email protected]> | 2021-07-14 23:15:17 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-14 23:15:17 -0400 |
commit | 7252ba7a312bbf39cd83843a5eaca9bd35605427 (patch) | |
tree | 2fdaa30726cd1c5522efd52efec2d0864e25f039 /lua/spacegray/Whichkey.lua | |
parent | f58782563ea933f31e8886f511ec2b5824def19b (diff) | |
parent | 1411478e46a397b6649c44c82b67c9f48c53738a (diff) |
Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling
Diffstat (limited to 'lua/spacegray/Whichkey.lua')
-rw-r--r-- | lua/spacegray/Whichkey.lua | 12 |
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 |