From 29104dc77588efa8bc3cf09ddc0622fd3f654238 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 4 May 2025 12:24:34 +0200 Subject: [PATCH] pinwheel: Adjust `colors.background` to match `dracula` themes --- hosts/pinwheel/modules/colors/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/colors/default.nix b/hosts/pinwheel/modules/colors/default.nix index 118bc5f..897cec0 100644 --- a/hosts/pinwheel/modules/colors/default.nix +++ b/hosts/pinwheel/modules/colors/default.nix @@ -3,7 +3,7 @@ colors = { foreground = "bd93f9"; foreground-dim = "644294"; - background = "1E2029"; + background = "1E1E2F"; gray = "3a3a3a"; warning = "ff6969";