Set alacritty background colour to match modus-vivendi-tinted
This commit is contained in:
parent
21aefb20a0
commit
70d2009f7b
|
@ -22,7 +22,7 @@
|
|||
mouse.hide_when_typing = true;
|
||||
colors = {
|
||||
primary = {
|
||||
background = "#1a1b26";
|
||||
background = "#0d0e1c";
|
||||
foreground = "#c0caf5";
|
||||
};
|
||||
normal = {
|
||||
|
|
Loading…
Reference in a new issue