summaryrefslogtreecommitdiffstats
path: root/layouts/community/60_ansi_split_bs_rshift/talljoe/solarized.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/60_ansi_split_bs_rshift/talljoe/solarized.h')
-rw-r--r--layouts/community/60_ansi_split_bs_rshift/talljoe/solarized.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/layouts/community/60_ansi_split_bs_rshift/talljoe/solarized.h b/layouts/community/60_ansi_split_bs_rshift/talljoe/solarized.h
new file mode 100644
index 000000000..3b00caea7
--- /dev/null
+++ b/layouts/community/60_ansi_split_bs_rshift/talljoe/solarized.h
@@ -0,0 +1,27 @@
+#ifndef SOLARIZED_H
+#define SOLARIZED_H
+
+#include "quantum/color.h"
+
+typedef struct {
+ HSV base03;
+ HSV base02;
+ HSV base01;
+ HSV base00;
+ HSV base0;
+ HSV base1;
+ HSV base2;
+ HSV base3;
+ HSV yellow;
+ HSV orange;
+ HSV red;
+ HSV magenta;
+ HSV violet;
+ HSV blue;
+ HSV cyan;
+ HSV green;
+} solarized_t;
+
+extern solarized_t solarized;
+
+#endif