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";
|
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 = {
|
||||||
|
|
Loading…
Reference in a new issue