From ec2ea4352332f6ceb0248fb3d7af151cd6d42eb7 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Wed, 21 Jan 2026 19:11:20 +0100 Subject: [PATCH] north 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 0b234c4..e54d175 100644 --- a/flake-modules/colors.json +++ b/flake-modules/colors.json @@ -27,15 +27,15 @@ }, "NxNORTH": { "base": { - "foreground": "#ccd6fe", - "background": "#000519" + "foreground": "#fce3ce", + "background": "#180b01" }, "to_alter": { - "accent": "#325dff", - "secondary": "#ff3233", - "tertiary": "#3cff32", - "special": "#ffd331", - "weird": "#ff31e5" + "accent": "#f4923d", + "secondary": "#32ff9c", + "tertiary": "#f76b3a", + "special": "#3c9ff4", + "weird": "#61f43c" } }, "NxDCS": {