home/alacritty: reformat

This commit is contained in:
Aly Raffauf 2024-07-19 22:42:45 -04:00
parent 14b568f36f
commit 2062b8087e

View file

@ -8,21 +8,27 @@
enable = true; enable = true;
settings = { settings = {
colors = { colors = {
draw_bold_text_with_bright_colors = true;
primary = { primary = {
background = "${config.ar.home.theme.colors.background}"; background = "${config.ar.home.theme.colors.background}";
foreground = "${config.ar.home.theme.colors.text}"; foreground = "${config.ar.home.theme.colors.text}";
}; };
transparent_background_colors = true; transparent_background_colors = true;
draw_bold_text_with_bright_colors = true;
}; };
font = { font = {
normal = { normal = {
family = "NotoSansM Nerd Font"; family = "NotoSansM Nerd Font";
style = "Regular"; style = "Regular";
}; };
size = config.gtk.font.size; size = config.gtk.font.size;
}; };
selection.save_to_clipboard = true; selection.save_to_clipboard = true;
window = { window = {
blur = true; blur = true;
decorations = "Full"; decorations = "Full";