From 990081328ac6724aa6a388b5b174a97d1abdd79f Mon Sep 17 00:00:00 2001 From: tux Date: Sun, 22 Feb 2026 15:56:07 +0530 Subject: [PATCH] feat(alacritty): update background color --- modules/home/alacritty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/alacritty/default.nix b/modules/home/alacritty/default.nix index 6abbbfe..e5986b1 100755 --- a/modules/home/alacritty/default.nix +++ b/modules/home/alacritty/default.nix @@ -28,7 +28,7 @@ colors = { primary = { - background = "#0d0f18"; + background = "#0f0f0f"; foreground = "#a5b6cf"; }; normal = {