From ffb94b7a6295a230a92594182b6725bd92c8104a Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 15 Feb 2025 11:39:01 +0200 Subject: [PATCH] Update alacritty theme --- home/config/alacritty/tomorrow-night-gardev.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/config/alacritty/tomorrow-night-gardev.toml b/home/config/alacritty/tomorrow-night-gardev.toml index b0ddae5..615176c 100644 --- a/home/config/alacritty/tomorrow-night-gardev.toml +++ b/home/config/alacritty/tomorrow-night-gardev.toml @@ -24,7 +24,7 @@ white = '#fefefe' # Bright colors [colors.bright] -black = '#c8c8c8' +black = '#222222' red = '#ca807b' green = '#c2c683' yellow = '#edd090'