mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
alacritty: updated colors and fonts
This commit is contained in:
parent
698033be56
commit
be210aae5b
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue