summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-11 00:06:14 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-11 00:06:14 +0200
commit489c97fbabc6597c336c4bc7c56efd522aea3a0f (patch)
tree51e128890a019f71e905477c921b784a340c3f16
parent4e77bd64818118724cc9ba95d92950daf8eb1e3b (diff)
Update neogit colors again
-rw-r--r--lua/no-clown-fiesta/palette.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/no-clown-fiesta/palette.lua b/lua/no-clown-fiesta/palette.lua
index 3eef6bf..f006742 100644
--- a/lua/no-clown-fiesta/palette.lua
+++ b/lua/no-clown-fiesta/palette.lua
@@ -28,10 +28,10 @@ local colors = {
info_yellow = "#F4BF75",
hint_blue = "#A5D6FF",
hint_green = "#90A959",
- neogit_light_green = "#60713c",
- neogit_green = "#5f703b",
- neogit_light_red = "#602425",
- neogit_red = "#5f2424",
+ neogit_light_green = "#30391e",
+ neogit_green = "#1a1e10",
+ neogit_light_red = "#301212",
+ neogit_red = "#1a0a0a",
purple_test = "#ff00ff",
cyan_test = "#00ffff",
}