Add Electric Ultramarine color
This commit is contained in:
parent
d6b5032a5c
commit
01041a56b8
2 changed files with 2 additions and 0 deletions
1
Colors.h
1
Colors.h
|
|
@ -50,6 +50,7 @@
|
|||
#define COLOR_AQUAMARINE 0x7fffd4
|
||||
#define COLOR_MAROON 0x800000
|
||||
#define COLOR_PURPLE 0x800080
|
||||
#define COLOR_ELECTRIC_ULTRAMARINE 0x4000FF
|
||||
#define COLOR_OLIVE 0x808000
|
||||
#define COLOR_GRAY 0x808080
|
||||
#define COLOR_GREY 0x808080
|
||||
|
|
|
|||
1
cli.cpp
1
cli.cpp
|
|
@ -124,6 +124,7 @@ struct HumanColors { uint32_t rgb; const char* keyword; } static const human_col
|
|||
{ COLOR_AQUAMARINE, "aquamarine" },
|
||||
{ COLOR_MAROON, "maroon" },
|
||||
{ COLOR_PURPLE, "purple" },
|
||||
{ COLOR_ELECTRIC_ULTRAMARINE, "electricultramarine" },
|
||||
{ COLOR_OLIVE, "olive" },
|
||||
{ COLOR_GRAY, "gray" },
|
||||
{ COLOR_GREY, "grey" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue