From 915603ed074bf5fe784b95508ad80a81eee24028 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Sat, 31 Jul 2021 18:36:51 -0400 Subject: udpate colorscheme --- 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 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 -- cgit v1.2.3 From 341a17daa60562f553e41c4c6792a6c917d8d9ef Mon Sep 17 00:00:00 2001 From: Luc Sinet Date: Sun, 1 Aug 2021 12:02:19 +0200 Subject: Fix formatting issues (#1200) --- 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 7b2a11a0..5d1ae7ce 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.light_blue, }, - WhichKeyFloat = {bg = C.dark, }, + WhichKey = { fg = C.purple }, + WhichKeySeperator = { fg = C.green }, + WhichKeyGroup = { fg = C.blue }, + WhichKeyDesc = { fg = C.light_blue }, + WhichKeyFloat = { bg = C.dark }, } -return Whichkey \ No newline at end of file +return Whichkey -- cgit v1.2.3