diff --git a/flake-modules/colors.json b/flake-modules/colors.json index 0b234c4..e54d175 100644 --- a/flake-modules/colors.json +++ b/flake-modules/colors.json @@ -27,15 +27,15 @@ }, "NxNORTH": { "base": { - "foreground": "#ccd6fe", - "background": "#000519" + "foreground": "#fce3ce", + "background": "#180b01" }, "to_alter": { - "accent": "#325dff", - "secondary": "#ff3233", - "tertiary": "#3cff32", - "special": "#ffd331", - "weird": "#ff31e5" + "accent": "#f4923d", + "secondary": "#32ff9c", + "tertiary": "#f76b3a", + "special": "#3c9ff4", + "weird": "#61f43c" } }, "NxDCS": {