From 8745f42f802a3e3b7ff328f33e8481e9560c749c Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 10 Mar 2026 01:51:54 +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 83cd7ef..f1e3675 100644 --- a/flake-modules/colors.json +++ b/flake-modules/colors.json @@ -27,15 +27,15 @@ }, "NxNORTH": { "base": { - "foreground": "#e5e5e5", - "background": "#0c0c0c" + "foreground": "#d2cefc", + "background": "#030118" }, "to_alter": { - "accent": "#999999", - "secondary": "#dddddd", - "tertiary": "#999999", - "special": "#999999", - "weird": "#999999" + "accent": "#4b3cf5", + "secondary": "#ff3632", + "tertiary": "#fffc32", + "special": "#e6f53b", + "weird": "#f53ba8" } }, "NxDCS": {