diff options
author | christianchiarulli <[email protected]> | 2021-08-06 15:27:06 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-08-06 15:27:06 -0400 |
commit | 2345d8cf21fd93a6cf5f716d0345ebce285660a1 (patch) | |
tree | 7c4f47e3b0e18df80e5c485892c91972ca301369 /lua/spacegray/palette.lua | |
parent | 47ebd70817c99c657271e399c0b98b920f765f29 (diff) |
update green
Diffstat (limited to 'lua/spacegray/palette.lua')
-rw-r--r-- | lua/spacegray/palette.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/spacegray/palette.lua b/lua/spacegray/palette.lua index d3274700..924482fd 100644 --- a/lua/spacegray/palette.lua +++ b/lua/spacegray/palette.lua @@ -13,7 +13,7 @@ local colors = { blue = "#5f8ccd", dark_blue = "#223E55", light_blue = "#8dc0d5", - green = "#73aa7b", + green = "#83ba8b", cyan = "#4EC9B0", light_green = "#B5CEA8", red = "#D16969", |