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;
|
mouse.hide_when_typing = true;
|
||||||
colors = {
|
colors = {
|
||||||
primary = {
|
primary = {
|
||||||
background = "#1a1b26";
|
background = "#0d0e1c";
|
||||||
foreground = "#c0caf5";
|
foreground = "#c0caf5";
|
||||||
};
|
};
|
||||||
normal = {
|
normal = {
|
||||||
|
|
Loading…
Reference in a new issue