From 35a4a03c516df5062951d63b2d7b59e2a1ed8b4c Mon Sep 17 00:00:00 2001 From: Kevin Pulo Date: Thu, 16 Jun 2022 15:06:02 +1000 Subject: [PATCH] lynx: fix TGI_COLOR_DARKBROWN --- include/lynx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lynx.h b/include/lynx.h index 6c7e13da9..27804f898 100644 --- a/include/lynx.h +++ b/include/lynx.h @@ -82,7 +82,7 @@ #define TGI_COLOR_YELLOW COLOR_YELLOW #define TGI_COLOR_LIGHTGREEN COLOR_LIGHTGREEN #define TGI_COLOR_GREEN COLOR_GREEN -#define TGI_COLOR_DARKBROWN COLOR_DARKBROWN +#define TGI_COLOR_DARKBROWN COLOR_BROWN #define TGI_COLOR_PURPLE COLOR_PURPLE #define TGI_COLOR_BLUE COLOR_BLUE #define TGI_COLOR_LIGHTBLUE COLOR_LIGHTBLUE