diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-11 00:19:35 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-11 00:19:35 +0200 |
commit | 177197b6d01c23c36a27fac429e4efe700a1cc34 (patch) | |
tree | d922e7e6bc8bbacc042c60dbeddf6886109a823b /lua | |
parent | fa610676cdcba60a32cdf569109c3583740bf7d6 (diff) |
Change neogit red
Diffstat (limited to 'lua')
-rw-r--r-- | lua/no-clown-fiesta/palette.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/palette.lua b/lua/no-clown-fiesta/palette.lua index 662ca2d..06e1eb2 100644 --- a/lua/no-clown-fiesta/palette.lua +++ b/lua/no-clown-fiesta/palette.lua @@ -30,8 +30,8 @@ local colors = { hint_green = "#90A959", neogit_light_green = "#1a1e10", neogit_green = "#13160c", - neogit_light_red = "#1a0a0a", - neogit_red = "#130707", + neogit_light_red = "#1e1010", + neogit_red = "#130a0a", purple_test = "#ff00ff", cyan_test = "#00ffff", } |