14 lines
334 B
C
14 lines
334 B
C
|
#pragma once
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
#define GODSPEED_BLUE 198, 68, 255
|
||
|
#define GODSPEED_YELLOW 27, 153, 255
|
||
|
#define MODERN_DOLCH_CYAN 110, 255, 108
|
||
|
#define MODERN_DOLCH_RED 253, 255, 108
|
||
|
|
||
|
extern const HSV godspeed_blue;
|
||
|
extern const HSV godspeed_yellow;
|
||
|
extern const HSV modern_dolch_cyan;
|
||
|
extern const HSV modern_dolch_red;
|