aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndy Selby <andrewse@unity3d.com>2019-03-06 11:55:26 +0000
committerAndy Selby <andrewse@unity3d.com>2019-03-06 11:55:26 +0000
commit75e3215e2efff9f26ad7589abccd9dd2b468e267 (patch)
treecadd3e2fc6009224929b108cce72ac309b71a734 /themes
parent2c397b299b0e0fe199fc0b6e085b599a387ffc12 (diff)
Added solarized themes, with addional tags for Tape.
Diffstat (limited to 'themes')
-rw-r--r--themes/Solarised-Dark.svg45
-rw-r--r--themes/Solarised-Light.svg45
2 files changed, 90 insertions, 0 deletions
diff --git a/themes/Solarised-Dark.svg b/themes/Solarised-Dark.svg
new file mode 100644
index 0000000..067d17c
--- /dev/null
+++ b/themes/Solarised-Dark.svg
@@ -0,0 +1,45 @@
+<svg width="96" height="64" xmlns="http://www.w3.org/2000/svg">
+ <g>
+ <title>background</title>
+ <rect fill="none" id="canvas_background" height="66" width="98" y="-1" x="-1"/>
+ </g>
+ <g>
+ <title>Layer 1</title>
+ <!-- Background -->
+ <rect fill="#073642" id="background" height="64" width="96"/> <!-- Base 02 -->
+ <circle fill="#fdf6e3" id="b_high" r="8" cy="24" cx="24"/> <!-- Base 3 -->
+ <circle fill="#eee8d5" id="b_med" r="8" cy="24" cx="40"/> <!-- Base 2 -->
+ <circle fill="#002b36" id="b_low" r="8" cy="24" cx="56"/> <!-- Base 03 -->
+ <circle fill="#cb4b16" id="b_inv" r="8" cy="24" cx="72"/> <!-- Orange (Compilment) -->
+ <!-- Foreground -->
+ <circle fill="#93a1a1" id="f_high" r="8" cy="40" cx="24"/> <!-- Base 1-->
+ <circle fill="#6c71c4" id="f_med" r="8" cy="40" cx="40"/> <!-- Violet (Analagous) -->
+ <circle fill="#586e75" id="f_low" r="8" cy="40" cx="56"/> <!-- Base 01 -->
+ <circle fill="#002b36" id="f_inv" r="8" cy="40" cx="72"/> <!-- Base 03 -->
+ <!-- Tape -->
+ <desc id='tape_invert' fill='true'></desc>
+ <desc id='tape_unstarted' fill='#dc322f'></desc>
+ <desc id='tape_progressing' fill='#cb4b16'></desc>
+ <desc id='tape_submitted' fill='#b58900'></desc>
+ <desc id='tape_approved' fill='#268bd2'></desc>
+ <desc id='tape_done' fill='#2aa198'></desc>
+ </g>
+<!--
+base03: #002b36 bg (dark)
+base02: #073642
+base01: #586e75 content
+base00: #657b83
+base0: #839496
+base1: #93a1a1
+base2: #eee8d5 bg (light)
+base3: #fdf6e3
+yellow: #b58900 split compliment
+orange: #cb4b16 compliment
+red: #dc322f triad
+magenta: #d33682 tetrad
+violet: #6c71c4 analagous
+blue: #268bd2 monotone
+cyan: #2aa198 analagous
+green: #859900 tetrad
+-->
+</svg> \ No newline at end of file
diff --git a/themes/Solarised-Light.svg b/themes/Solarised-Light.svg
new file mode 100644
index 0000000..3ff7cd7
--- /dev/null
+++ b/themes/Solarised-Light.svg
@@ -0,0 +1,45 @@
+<svg width="96" height="64" xmlns="http://www.w3.org/2000/svg">
+ <g>
+ <title>background</title>
+ <rect fill="none" id="canvas_background" height="66" width="98" y="-1" x="-1"/>
+ </g>
+ <g>
+ <title>Layer 1</title>
+ <!-- Background -->
+ <rect fill="#eee8d5" id="background" height="64" width="96"/> <!-- Base 2 -->
+ <circle fill="#002b36" id="b_high" r="8" cy="24" cx="24"/> <!-- Base 03 -->
+ <circle fill="#073642" id="b_med" r="8" cy="24" cx="40"/> <!-- Base 02 -->
+ <circle fill="#fdf6e3" id="b_low" r="8" cy="24" cx="56"/> <!-- Base 3 -->
+ <circle fill="#cb4b16" id="b_inv" r="8" cy="24" cx="72"/> <!-- Orange (Compilment) -->
+ <!-- Foreground -->
+ <circle fill="#586e75" id="f_high" r="8" cy="40" cx="24"/> <!-- Base 01-->
+ <circle fill="#6c71c4" id="f_med" r="8" cy="40" cx="40"/> <!-- Violet (Analagous) -->
+ <circle fill="#93a1a1" id="f_low" r="8" cy="40" cx="56"/> <!-- Base 1 -->
+ <circle fill="#fdf6e3" id="f_inv" r="8" cy="40" cx="72"/> <!-- Base 3 -->
+ <!-- Tape -->
+ <desc id='tape_invert' fill='false'></desc>
+ <desc id='tape_unstarted' fill='#dc322f'></desc>
+ <desc id='tape_progressing' fill='#cb4b16'></desc>
+ <desc id='tape_submitted' fill='#b58900'></desc>
+ <desc id='tape_approved' fill='#268bd2'></desc>
+ <desc id='tape_done' fill='#2aa198'></desc>
+ </g>
+<!--
+base03: #002b36 bg (dark)
+base02: #073642
+base01: #586e75 content
+base00: #657b83
+base0: #839496
+base1: #93a1a1
+base2: #eee8d5 bg (light)
+base3: #fdf6e3
+yellow: #b58900 split compliment
+orange: #cb4b16 compliment
+red: #dc322f triad
+magenta: #d33682 tetrad
+violet: #6c71c4 analagous
+blue: #268bd2 monotone
+cyan: #2aa198 analagous
+green: #859900 tetrad
+-->
+</svg> \ No newline at end of file