From 5ddc41e87cf7bf6ad484fd1df657ba115aa41a13 Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Tue, 11 Jun 2024 14:19:41 +0200 Subject: [PATCH] - [NEW] Afegim "GRAY" com a alias del blanc oscur --- source/colors.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/colors.h b/source/colors.h index 1038a72..b3b1abb 100644 --- a/source/colors.h +++ b/source/colors.h @@ -14,3 +14,5 @@ #define TEAL 9 #define YELLOW 10 #define WHITE 11 + +#define GRAY 11