summaryrefslogtreecommitdiff
path: root/users/konstantin/rgb.h
blob: cc7d91808a07784ec2f9c8bb99bed3d5bea664d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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  251, 255, 108

extern const HSV godspeed_blue;
extern const HSV godspeed_yellow;
extern const HSV modern_dolch_cyan;
extern const HSV modern_dolch_red;