From 336eadc732a1f8404df6f1167de0e9c8a15fb69d Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Thu, 15 Jan 2026 17:30:46 +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 94834ec..79dccee 100644 --- a/flake-modules/colors.json +++ b/flake-modules/colors.json @@ -27,15 +27,15 @@ }, "NxNORTH": { "base": { - "foreground": "#dddddd", - "background": "#111111" + "foreground": "#ddccfe", + "background": "#080019" }, "to_alter": { - "accent": "#ff6666", - "secondary": "#ff8866", - "tertiary": "#ff6688", - "special": "#8888ff", - "weird": "#88ff66" + "accent": "#7736fb", + "secondary": "#ff5332", + "tertiary": "#f33e8e", + "special": "#b9fb35", + "weird": "#fb3578" } } } \ No newline at end of file