mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 06:17:58 +00:00
Removed the colour purple
This commit may break compatibility.
This commit is contained in:
@@ -67,7 +67,6 @@
|
||||
#define COLOR_WHITE WHITE
|
||||
#define COLOR_RED RED
|
||||
#define COLOR_CYAN CYAN
|
||||
#define COLOR_VIOLET PURPLE
|
||||
#define COLOR_PURPLE PURPLE
|
||||
#define COLOR_GREEN GREEN
|
||||
#define COLOR_BLUE BLUE
|
||||
@@ -85,7 +84,6 @@
|
||||
#define TGI_COLOR_WHITE COLOR_WHITE
|
||||
#define TGI_COLOR_RED COLOR_RED
|
||||
#define TGI_COLOR_CYAN COLOR_CYAN
|
||||
#define TGI_COLOR_VIOLET COLOR_VIOLET
|
||||
#define TGI_COLOR_PURPLE COLOR_PURPLE
|
||||
#define TGI_COLOR_GREEN COLOR_GREEN
|
||||
#define TGI_COLOR_BLUE COLOR_BLUE
|
||||
|
||||
Reference in New Issue
Block a user