From ecedb9774d342c865a02d3ba45b4e1939ee997ea Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Mon, 1 Jul 2024 22:06:48 -0700 Subject: [PATCH] collapsing some things for vertical space --- home/modules/util/rose-pine-dunst.nix | 61 ++++++--------------------- 1 file changed, 12 insertions(+), 49 deletions(-) diff --git a/home/modules/util/rose-pine-dunst.nix b/home/modules/util/rose-pine-dunst.nix index e82e5f3..de49783 100644 --- a/home/modules/util/rose-pine-dunst.nix +++ b/home/modules/util/rose-pine-dunst.nix @@ -3,61 +3,24 @@ let configs = { default = { - global = { - background = "#26233a"; - foreground = "#e0def4"; - }; - urgency_low = { - background = "#26273d"; - highlight = "#31748f"; - }; - urgency_normal = { - background = "#362e3c"; - highlight = "#f6c177"; - }; - urgency_critical = { - background = "#362e3c"; - highlight = "#eb6f92"; - }; + global = { background = "#26233a"; foreground = "#e0def4"; }; + urgency_low = { background = "#26273d"; highlight = "#31748f"; }; + urgency_normal = { background = "#362e3c"; highlight = "#f6c177"; }; + urgency_critical = { background = "#362e3c"; highlight = "#eb6f92"; }; }; moon = { - global = { - background = "#393552"; - foreground = "#e0def4"; - }; - urgency_low = { - background = "#393955"; - highlight = "#3e8fb0"; - }; - urgency_normal = { - background = "#443c53"; - highlight = "#f6c177"; - }; - urgency_critical = { - background = "#433754"; - highlight = "#eb6f92"; - }; + global = { background = "#393552"; foreground = "#e0def4"; }; + urgency_low = { background = "#393955"; highlight = "#3e8fb0"; }; + urgency_normal = { background = "#443c53"; highlight = "#f6c177"; }; + urgency_critical = { background = "#433754"; highlight = "#eb6f92"; }; }; - dawn = { - global = { - background = "#f2e9e1"; - foreground = "#393552"; - }; - urgency_low = { - background = "#e7e0da"; - highlight = "#286983"; - }; - urgency_normal = { - background = "#3e8fb0"; - highlight = "#ea9d34"; - }; - urgency_critical = { - background = "#ede0d9"; - highlight = "#b4637a"; - }; + global = { background = "#f2e9e1"; foreground = "#393552"; }; + urgency_low = { background = "#e7e0da"; highlight = "#286983"; }; + urgency_normal = { background = "#3e8fb0"; highlight = "#ea9d34"; }; + urgency_critical = { background = "#ede0d9"; highlight = "#b4637a"; }; }; };