summaryrefslogtreecommitdiffstats
path: root/users/konstantin/rgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'users/konstantin/rgb.c')
-rw-r--r--users/konstantin/rgb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/konstantin/rgb.c b/users/konstantin/rgb.c
new file mode 100644
index 000000000..a09057d28
--- /dev/null
+++ b/users/konstantin/rgb.c
@@ -0,0 +1,3 @@
+#include "rgb.h"
+
+const hsv_t GODSPEED_BLUE = { .h = 214, .s = 17, .v = 73 };