[alacritty] change background to black

This commit is contained in:
Felix Buehler 2018-11-18 16:08:07 +01:00
parent aeda043013
commit 61ca3cfde0

View file

@ -65,7 +65,7 @@ scrolling:
# Some applications, like Emacs, rely on knowing about the width of a tab. # 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 # To prevent unexpected behavior in these applications, it's also required to
# change the `it` value in terminfo when altering this setting. # change the `it` value in terminfo when altering this setting.
tabspaces: 8 tabspaces: 4
# Font configuration (changes require restart) # Font configuration (changes require restart)
# #
@ -140,7 +140,7 @@ draw_bold_text_with_bright_colors: true
colors: colors:
# Default colors # Default colors
primary: primary:
background: '0x2F343F' background: '0x000000'
foreground: '0xFFFFFF' foreground: '0xFFFFFF'
# Bright and dim foreground colors # Bright and dim foreground colors