From db6d934824650e1d0754161861da48e4871ad697 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 15 Jun 2024 11:39:11 -0400 Subject: [PATCH] mauville: fix color overrides --- hosts/mauville/home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/mauville/home.nix b/hosts/mauville/home.nix index 1c642e4e..b96163a7 100644 --- a/hosts/mauville/home.nix +++ b/hosts/mauville/home.nix @@ -51,10 +51,10 @@ }; colors = { preferDark = true; - text = "#4c4f69"; - background = "#eff1f5"; - primary = "#8839ef"; - secondary = "#04a5e5"; + text = "#FAFAFA"; + background = "#232634"; + primary = "#CA9EE6"; + secondary = "#99D1DB"; inactive = "#626880"; shadow = "#1A1A1A"; };