From 7b152d4025aa8b818ea9bd40b98cf709b3e87ccc Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Wed, 11 Dec 2024 14:42:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=92=20fix=20default=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nametag/src/rain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nametag/src/rain.cpp b/nametag/src/rain.cpp index 0531838..b8a63ef 100644 --- a/nametag/src/rain.cpp +++ b/nametag/src/rain.cpp @@ -7,7 +7,7 @@ #define COLOR_HIGHLIGHT_B 128 #define COLOR_DEFAULT_R 0 -#define COLOR_DEFAULT_G 0 +#define COLOR_DEFAULT_G 255 #define COLOR_DEFAULT_B 0 typedef struct {