fix(alacritty): make changes according to breaking changes
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
0343967c75
commit
4a716fc931
1 changed files with 1 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
TERM = "xterm-256color";
|
||||
};
|
||||
|
||||
key_bindings = [
|
||||
keyboard.bindings = [
|
||||
{
|
||||
key = "Return";
|
||||
mods = "Control|Shift";
|
||||
|
@ -64,10 +64,6 @@
|
|||
foreground = "#44475a";
|
||||
background = "#ffb86c";
|
||||
};
|
||||
footer_bar = {
|
||||
background = "#282a36";
|
||||
foreground = "#f8f8f2";
|
||||
};
|
||||
};
|
||||
hints = {
|
||||
start = {
|
||||
|
|
Loading…
Reference in a new issue