mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:13:55 -05:00
alacritty: updated colors and fonts
This commit is contained in:
parent
698033be56
commit
be210aae5b
|
@ -13,6 +13,7 @@
|
||||||
foreground = "#fafafa";
|
foreground = "#fafafa";
|
||||||
background = "#232634";
|
background = "#232634";
|
||||||
};
|
};
|
||||||
|
transparent_background_colors = true;
|
||||||
draw_bold_text_with_bright_colors = true;
|
draw_bold_text_with_bright_colors = true;
|
||||||
};
|
};
|
||||||
font = {
|
font = {
|
||||||
|
@ -20,7 +21,7 @@
|
||||||
family = "NotoSansM Nerd Font";
|
family = "NotoSansM Nerd Font";
|
||||||
style = "Regular";
|
style = "Regular";
|
||||||
};
|
};
|
||||||
size = 10;
|
size = 11;
|
||||||
};
|
};
|
||||||
selection.save_to_clipboard = true;
|
selection.save_to_clipboard = true;
|
||||||
window = {
|
window = {
|
||||||
|
|
Loading…
Reference in a new issue