From be210aae5bc078c1861d1662f161fcf76b62b6df Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 1 Apr 2024 00:02:18 -0400 Subject: [PATCH] alacritty: updated colors and fonts --- homeManagerModules/guiApps/alacritty/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeManagerModules/guiApps/alacritty/default.nix b/homeManagerModules/guiApps/alacritty/default.nix index 17cedb14..47fc09f9 100644 --- a/homeManagerModules/guiApps/alacritty/default.nix +++ b/homeManagerModules/guiApps/alacritty/default.nix @@ -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 = {