From 68f49dfe9554e6a25e53068ab6c778f66d734592 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 9 Aug 2024 16:20:40 -0400 Subject: [PATCH] mauville: override with rose pine dawn colors --- hosts/mauville/home.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/hosts/mauville/home.nix b/hosts/mauville/home.nix index 770e974c..0bdab633 100644 --- a/hosts/mauville/home.nix +++ b/hosts/mauville/home.nix @@ -16,7 +16,18 @@ hyprland.monitors = ["desc:LG Electronics LG ULTRAWIDE 311NTAB5M720,preferred,auto,1.25,vrr,2"]; }; - theme.darkMode = false; + theme = { + colors = { + text = "#575279"; + background = "#fffaf3"; + primary = "#286983"; + secondary = "#ea9d34"; + inactive = "#393552"; + shadow = "#232136"; + }; + + darkMode = false; + }; }; } ];