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