diff options
author | christianchiarulli <[email protected]> | 2021-07-31 18:36:51 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-31 18:36:51 -0400 |
commit | 915603ed074bf5fe784b95508ad80a81eee24028 (patch) | |
tree | e91508a4f741e9cf319ca1a52b0b08e1eca7c252 /lua/spacegray/Whichkey.lua | |
parent | 2b09dbf0984e836255a294d746159a68bdeb9be8 (diff) |
udpate colorscheme
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 |