From 470922dce263283969dfcdca5ec85a5f8739db45 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sun, 5 Oct 2025 01:51:11 +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 134e471..61eecac 100644 --- a/flake-modules/colors.json +++ b/flake-modules/colors.json @@ -1,13 +1,13 @@ { "base": { - "foreground": "#fee5cc", - "background": "#190c00" + "foreground": "#fefefe", + "background": "#020202" }, "to_alter": { - "accent": "#fc9835", - "secondary": "#fc3535", - "tertiary": "#e64b73", - "special": "#3499fc", - "weird": "#56fc34" + "accent": "#aaaaff", + "secondary": "#aaeeff", + "tertiary": "#aaffaa", + "special": "#aaffaa", + "weird": "#ffffaa" } } \ No newline at end of file