diff options
Diffstat (limited to 'themes/Solarised-Light.svg')
| -rw-r--r-- | themes/Solarised-Light.svg | 45 |
1 files changed, 45 insertions, 0 deletions
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 |
