diff options
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 f382d784..7b2a11a0 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.light_blue, }, +		WhichKeyFloat = {bg = C.dark, },  } -return Whichkey +return Whichkey
\ No newline at end of file | 
