alacritty: darken the background color
This makes the alacritty configuration consistent with my color scheme elsewhere.
This commit is contained in:
parent
c1b8658ad4
commit
856391f76b
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ font:
|
|||
colors:
|
||||
primary:
|
||||
foreground: '0x839496' # Base0
|
||||
background: '0x002b36' # Base03
|
||||
background: '0x002028' # Base04
|
||||
cursor:
|
||||
text: '0x93a1a1' # Base1
|
||||
cursor: '0xdc322f' # Red
|
||||
|
|
Loading…
Add table
Reference in a new issue