Removed the colour purple

This commit may break compatibility.
This commit is contained in:
polluks
2022-02-02 00:58:50 +01:00
committed by mrdudz
parent df662f4b66
commit 33bb1a22ff
15 changed files with 20 additions and 43 deletions

View File

@@ -58,8 +58,7 @@
/* TGI color defines */
#define TGI_COLOR_BLACK 0x00
#define TGI_COLOR_GREEN 0x01
#define TGI_COLOR_VIOLET 0x02
#define TGI_COLOR_PURPLE TGI_COLOR_VIOLET
#define TGI_COLOR_PURPLE 0x02
#define TGI_COLOR_WHITE 0x03
#define TGI_COLOR_BLACK2 0x04
#define TGI_COLOR_ORANGE 0x05