mirror of
https://github.com/cc65/cc65.git
synced 2025-04-13 06:37:20 +00:00
Fixed colour #2540
This commit is contained in:
parent
852b622c43
commit
0e640877c2
@ -97,7 +97,7 @@
|
||||
#define COLOR_WHITE (BCOLOR_WHITE | CATTR_LUMA7)
|
||||
#define COLOR_RED (BCOLOR_RED | CATTR_LUMA4)
|
||||
#define COLOR_CYAN (BCOLOR_CYAN | CATTR_LUMA7)
|
||||
#define COLOR_PURPLE (BCOLOR_VIOLET | CATTR_LUMA7)
|
||||
#define COLOR_PURPLE (BCOLOR_LIGHVIOLET | CATTR_LUMA7)
|
||||
#define COLOR_GREEN (BCOLOR_GREEN | CATTR_LUMA7)
|
||||
#define COLOR_BLUE (BCOLOR_BLUE | CATTR_LUMA7)
|
||||
#define COLOR_YELLOW (BCOLOR_YELLOW | CATTR_LUMA7)
|
||||
|
Loading…
x
Reference in New Issue
Block a user