diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-11 00:12:35 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-11 00:12:35 +0200 |
commit | fa610676cdcba60a32cdf569109c3583740bf7d6 (patch) | |
tree | 56106843166c16dfd630b5b909a2c4d1fe2af56a /lua | |
parent | 2c7de87a54020b05df328ce0bb804d47ebd33fa7 (diff) |
Even darker neogit colors
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 f006742..662ca2d 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 = "#30391e", - neogit_green = "#1a1e10", - neogit_light_red = "#301212", - neogit_red = "#1a0a0a", + neogit_light_green = "#1a1e10", + neogit_green = "#13160c", + neogit_light_red = "#1a0a0a", + neogit_red = "#130707", purple_test = "#ff00ff", cyan_test = "#00ffff", } |