From 58d6b5ba7f69ed2a3cb7608591858e8a69df1423 Mon Sep 17 00:00:00 2001 From: RaphaelKimmig Date: Fri, 22 Aug 2025 17:14:37 +0200 Subject: [PATCH] fix: improve black contrast in ristretto alacritty theme (#770) --- themes/ristretto/alacritty.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/ristretto/alacritty.toml b/themes/ristretto/alacritty.toml index 9bfae023..c716798a 100644 --- a/themes/ristretto/alacritty.toml +++ b/themes/ristretto/alacritty.toml @@ -1,7 +1,7 @@ [colors] [colors.normal] -black = "#2c2525" +black = "#72696a" red = "#fd6883" green = "#adda78" yellow = "#f9cc6c" @@ -11,7 +11,7 @@ cyan = "#85dacc" white = "#e6d9db" [colors.bright] -black = "#463a3a" +black = "#948a8b" red = "#ff8297" green = "#c8e292" yellow = "#fcd675"