fix(alacritty): make changes according to breaking changes
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-08 01:29:55 -05:00
parent 0343967c75
commit 4a716fc931

View file

@ -7,7 +7,7 @@
TERM = "xterm-256color"; TERM = "xterm-256color";
}; };
key_bindings = [ keyboard.bindings = [
{ {
key = "Return"; key = "Return";
mods = "Control|Shift"; mods = "Control|Shift";
@ -64,10 +64,6 @@
foreground = "#44475a"; foreground = "#44475a";
background = "#ffb86c"; background = "#ffb86c";
}; };
footer_bar = {
background = "#282a36";
foreground = "#f8f8f2";
};
}; };
hints = { hints = {
start = { start = {