From 28cd7a1ac3b2227d09d1de3c685b1d97251d73e6 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sat, 17 Jan 2026 22:47:57 +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 79dccee..7a6da7e 100644 --- a/flake-modules/colors.json +++ b/flake-modules/colors.json @@ -27,15 +27,15 @@ }, "NxNORTH": { "base": { - "foreground": "#ddccfe", - "background": "#080019" + "foreground": "#ccd6fe", + "background": "#000519" }, "to_alter": { - "accent": "#7736fb", - "secondary": "#ff5332", - "tertiary": "#f33e8e", - "special": "#b9fb35", - "weird": "#fb3578" + "accent": "#325dff", + "secondary": "#ff3233", + "tertiary": "#3cff32", + "special": "#ffd331", + "weird": "#ff31e5" } } } \ No newline at end of file