You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
377 B

  1. #define COLOR_BLANK 0, 0, 0
  2. #define COLOR_BLACK 0, 0, 0
  3. #define COLOR_WHITE 15,15,15
  4. #define COLOR_GRAY 7, 7, 7
  5. #define COLOR_RED 15, 0, 0
  6. #define COLOR_GREEN 0,15, 0
  7. #define COLOR_BLUE 0, 0,15
  8. #define COLOR_YELLOW 15,15, 0
  9. #define COLOR_MAGENTA 15, 0,15
  10. #define COLOR_CYAN 0,15,15
  11. #define COLOR_ORANGE 15, 5, 0