From 856391f76bdff290015fb3e5ff83adec71ca1ba6 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 12 Oct 2022 11:56:27 +0200 Subject: [PATCH] alacritty: darken the background color This makes the alacritty configuration consistent with my color scheme elsewhere. --- config/alacritty/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 773adc6..2a5ac79 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -292,7 +292,7 @@ font: colors: primary: foreground: '0x839496' # Base0 - background: '0x002b36' # Base03 + background: '0x002028' # Base04 cursor: text: '0x93a1a1' # Base1 cursor: '0xdc322f' # Red