aboutsummaryrefslogtreecommitdiff
path: root/themes/solarised.dark.svg
blob: 067d17c764375fc2ef25623ce78e9c42278f9b49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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>