From 64eeec38808d27b3709f92862bd07e25140add59 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Thu, 15 Jul 2021 05:51:16 +0430 Subject: fixed styling issues (#952) --- lua/spacegray/Whichkey.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lua/spacegray/Whichkey.lua') 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 -- cgit v1.2.3