From cc9026297e8eed61d9400ab4f60e0c45c6522249 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 10 Jun 2025 19:56:59 +0200 Subject: [PATCH] ace 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 a1a7862..61eecac 100644 --- a/flake-modules/colors.json +++ b/flake-modules/colors.json @@ -1,13 +1,13 @@ { "base": { - "foreground": "#dbd2f8", - "background": "#0f062c" + "foreground": "#fefefe", + "background": "#020202" }, "to_alter": { - "accent": "#724ce5", - "secondary": "#ff3271", - "tertiary": "#ffc932", - "special": "#bfe54b", - "weird": "#e54b8b" + "accent": "#aaaaff", + "secondary": "#aaeeff", + "tertiary": "#aaffaa", + "special": "#aaffaa", + "weird": "#ffffaa" } } \ No newline at end of file