From 1c7eb9c50258bca62cbeede3a709f0eafa57bf4b Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Wed, 11 Oct 2023 10:32:21 +0100 Subject: nicer bg color --- .config/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/alacritty.yml b/.config/alacritty.yml index f0ba8ef..6e2e8d9 100644 --- a/.config/alacritty.yml +++ b/.config/alacritty.yml @@ -31,7 +31,7 @@ font: colors: # Default colors primary: - background: '0x444444' + background: '0x0a0a0a' foreground: '0xdddddd' # Colors the cursor will use if `custom_cursor_colors` is true -- cgit v1.2.3