From 1a662d9acf29443b6c9c7198bfe4af45c1f20374 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 26 May 2026 19:20:23 +0200 Subject: [PATCH] xps colors --- flake-modules/colors.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/flake-modules/colors.json b/flake-modules/colors.json index 5d92653..ea40e3d 100644 --- a/flake-modules/colors.json +++ b/flake-modules/colors.json @@ -1,15 +1,15 @@ { "NxXPS": { "base": { - "foreground": "#e4f4d6", - "background": "#0c1405" + "foreground": "#fccee9", + "background": "#18010e" }, "to_alter": { - "accent": "#94d45d", - "secondary": "#ffb732", - "tertiary": "#75bcad", - "special": "#9c5cd4", - "weird": "#5cd4c4" + "accent": "#f43da7", + "secondary": "#3269ff", + "tertiary": "#d744ed", + "special": "#3cf48a", + "weird": "#f4c63c" } }, "NxACE": {