From 61ca3cfde0ec338ec2b9155dd92c098aa3641d22 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 18 Nov 2018 16:08:07 +0100 Subject: [PATCH] [alacritty] change background to black --- alacritty/alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index f24ac30..de15e09 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -65,7 +65,7 @@ scrolling: # Some applications, like Emacs, rely on knowing about the width of a tab. # To prevent unexpected behavior in these applications, it's also required to # change the `it` value in terminfo when altering this setting. -tabspaces: 8 +tabspaces: 4 # Font configuration (changes require restart) # @@ -140,7 +140,7 @@ draw_bold_text_with_bright_colors: true colors: # Default colors primary: - background: '0x2F343F' + background: '0x000000' foreground: '0xFFFFFF' # Bright and dim foreground colors