rgb.h 334 B

12345678910111213
  1. #pragma once
  2. #include "quantum.h"
  3. #define GODSPEED_BLUE 198, 68, 255
  4. #define GODSPEED_YELLOW 27, 153, 255
  5. #define MODERN_DOLCH_CYAN 110, 255, 108
  6. #define MODERN_DOLCH_RED 251, 255, 108
  7. extern const HSV godspeed_blue;
  8. extern const HSV godspeed_yellow;
  9. extern const HSV modern_dolch_cyan;
  10. extern const HSV modern_dolch_red;