diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-11 00:06:14 +0200 | 
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-11 00:06:14 +0200 | 
| commit | 489c97fbabc6597c336c4bc7c56efd522aea3a0f (patch) | |
| tree | 51e128890a019f71e905477c921b784a340c3f16 /lua | |
| parent | 4e77bd64818118724cc9ba95d92950daf8eb1e3b (diff) | |
Update neogit colors again
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/no-clown-fiesta/palette.lua | 8 | 
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",  }  |