fixing alacritty config to match new format

This commit is contained in:
Dustin Swan 2022-01-30 11:01:24 -05:00
parent 745a4c1f96
commit 20c85ad9c2
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377

View file

@ -16,6 +16,7 @@
columns = 0;
lines = 0;
};
opacity = 0.95;
};
font = {
normal.family = "Iosevka Nerd Font";
@ -29,7 +30,6 @@
{ key = "B"; mods = "Alt"; chars = "\\x1bb"; }
# - { key: B, mods: Alt, chars: "\x1bb" }
];
background_opacity = 0.95;
colors = { # Nord
primary = {
background = "0x2E3440";