From 5fafc9e8a3e4df59dbef70c081680f4d85a67685 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 27 Feb 2026 19:03:51 +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 a9f5b35..83cd7ef 100644 --- a/flake-modules/colors.json +++ b/flake-modules/colors.json @@ -27,15 +27,15 @@ }, "NxNORTH": { "base": { - "foreground": "#e7ccfe", - "background": "#0d0019" + "foreground": "#e5e5e5", + "background": "#0c0c0c" }, "to_alter": { - "accent": "#9f35fc", - "secondary": "#324cff", - "tertiary": "#4a62e7", - "special": "#91fc34", - "weird": "#fc344f" + "accent": "#999999", + "secondary": "#dddddd", + "tertiary": "#999999", + "special": "#999999", + "weird": "#999999" } }, "NxDCS": {