Set alacritty background colour to match modus-vivendi-tinted

This commit is contained in:
Evie Litherland-Smith 2023-11-13 16:33:09 +00:00
parent 21aefb20a0
commit 70d2009f7b

View file

@ -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 = {