From 627604d3f70bb3c401ead4ec67c9fd2ed193900e Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 27 Jan 2026 15:53:32 +0100 Subject: [PATCH] north color --- 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 e54d175..9a8b744 100644 --- a/flake-modules/colors.json +++ b/flake-modules/colors.json @@ -27,15 +27,15 @@ }, "NxNORTH": { "base": { - "foreground": "#fce3ce", - "background": "#180b01" + "foreground": "#cdfded", + "background": "#001810" }, "to_alter": { - "accent": "#f4923d", - "secondary": "#32ff9c", - "tertiary": "#f76b3a", - "special": "#3c9ff4", - "weird": "#61f43c" + "accent": "#37fab7", + "secondary": "#ff3235", + "tertiary": "#e1cc50", + "special": "#fa3679", + "weird": "#3638fa" } }, "NxDCS": {