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";