mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[alacritty] change background to black
This commit is contained in:
parent
aeda043013
commit
61ca3cfde0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue