From 68a6a18fcf63543f3fa5cf6909f7d8964ed9c444 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 23 Feb 2026 18:41:35 +0100 Subject: [PATCH] xps colors --- flake-modules/colors.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake-modules/colors.json b/flake-modules/colors.json index 8e92bfc..a9f5b35 100644 --- a/flake-modules/colors.json +++ b/flake-modules/colors.json @@ -6,8 +6,8 @@ }, "to_alter": { "accent": "#ff3232", - "secondary": "#ff3232", - "tertiary": "#ff3232", + "secondary": "#6632ff", + "tertiary": "#dd32dd", "special": "#31feff", "weird": "#baff31" }