Compare commits

..

2 Commits

Author SHA1 Message Date
Zynh0722 602d727052 match arch alacritty config 2024-05-30 22:10:32 -07:00
Zynh0722 ecc28a3d24 correct font styles in alacritty 2024-05-30 22:01:14 -07:00
1 changed files with 12 additions and 1 deletions

View File

@ -16,6 +16,13 @@ in
window = {
opacity = 0.98;
};
colors = {
primary.background = "#050505";
};
hints.enabled = {
hyperlinks = true;
post_processing = true;
};
font = {
normal = {
family = "JetBrainsMono Nerd Font";
@ -23,12 +30,16 @@ in
};
bold = {
family = "JetBrainsMono Nerd Font";
style = "Bold";
style = "SemiBold";
};
italic = {
family = "JetBrainsMono Nerd Font";
style = "Italic";
};
bold_italic = {
family = "JetBrainsMono Nerd Font";
style = "SemiBold Italic";
};
};
};
};