alacritty: darken the background color

This makes the alacritty configuration consistent with my color scheme
elsewhere.
This commit is contained in:
Fernando Schauenburg 2022-10-12 11:56:27 +02:00
parent c1b8658ad4
commit 856391f76b

View file

@ -292,7 +292,7 @@ font:
colors: colors:
primary: primary:
foreground: '0x839496' # Base0 foreground: '0x839496' # Base0
background: '0x002b36' # Base03 background: '0x002028' # Base04
cursor: cursor:
text: '0x93a1a1' # Base1 text: '0x93a1a1' # Base1
cursor: '0xdc322f' # Red cursor: '0xdc322f' # Red