From f698070c4d53c966d3cbe51c676dffe39f71acac Mon Sep 17 00:00:00 2001 From: Vittorio Distefano <101409677+blackopsrepl@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:55:38 +0200 Subject: [PATCH] style: use emerald green for SolverForge ASCII banner --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5bfa7b..52cb104 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Rust build system with colorized output # ============== Colors & Symbols ============== -GREEN := \033[92m +GREEN := \033[38;2;16;185;129m CYAN := \033[96m YELLOW := \033[93m MAGENTA := \033[95m