alacritty: updated colors and fonts

This commit is contained in:
Aly Raffauf 2024-04-01 00:02:18 -04:00
parent 698033be56
commit be210aae5b

View file

@ -13,6 +13,7 @@
foreground = "#fafafa";
background = "#232634";
};
transparent_background_colors = true;
draw_bold_text_with_bright_colors = true;
};
font = {
@ -20,7 +21,7 @@
family = "NotoSansM Nerd Font";
style = "Regular";
};
size = 10;
size = 11;
};
selection.save_to_clipboard = true;
window = {