-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.dark.asar
102 lines (96 loc) · 4.44 KB
/
theme.dark.asar
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
l h a {"files":{"background.svg":{"size":362,"offset":"0"},"black.svg":{"size":437,"offset":"362"},"corner-ne.svg":{"size":191,"offset":"799"},"corner-nw.svg":{"size":192,"offset":"990"},"corner-se.svg":{"size":190,"offset":"1182"},"corner-sw.svg":{"size":191,"offset":"1372"},"inner.svg":{"size":192,"offset":"1563"},"package.json":{"size":104,"offset":"1755"},"side-e.svg":{"size":191,"offset":"1859"},"side-n.svg":{"size":192,"offset":"2050"},"side-s.svg":{"size":191,"offset":"2242"},"side-w.svg":{"size":192,"offset":"2433"},"styles.css":{"size":1133,"offset":"2625"},"white.svg":{"size":157,"offset":"3758"}}} <?xml version="1.0"?>
<svg width="150" height="150" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->
<g>
<title>Layer 1</title>
<rect fill="#000000" stroke="#000000" stroke-width="5" x="0" y="0" width="150" height="150" id="svg_1" stroke-opacity="0"/>
</g>
</svg><?xml version="1.0"?>
<svg width="43" height="43" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<g>
<title>Layer 1</title>
<circle id="svg_1" fill="#000000" stroke="#000000" cx="21.5" cy="21.5" r="21"/>
<circle fill-opacity="0" id="svg_2" r="21" cy="21.5" cx="21.5" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="1.5" stroke="#ffffff" fill="#000000"/>
</g>
</svg><svg width="150" height="150" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="73" width="74" height="1" fill="#ffffff" />
<rect x="73" y="73" width="1" height="77" fill="#ffffff" />
</svg><svg width="150" height="150" xmlns="http://www.w3.org/2000/svg">
<rect x="73" y="73" width="77" height="1" fill="#ffffff" />
<rect x="73" y="73" width="1" height="77" fill="#ffffff" />
</svg><svg width="150" height="150" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="73" width="74" height="1" fill="#ffffff" />
<rect x="73" y="0" width="1" height="74" fill="#ffffff" />
</svg><svg width="150" height="150" xmlns="http://www.w3.org/2000/svg">
<rect x="73" y="73" width="77" height="1" fill="#ffffff" />
<rect x="73" y="0" width="1" height="74" fill="#ffffff" />
</svg><svg width="150" height="150" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="73" width="150" height="1" fill="#ffffff" />
<rect x="73" y="0" width="1" height="150" fill="#ffffff" />
</svg>{
"name": "dark",
"version": "0.1.0",
"author": "Brad Rose",
"main": "styles.css"
}<svg width="150" height="150" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="73" width="74" height="1" fill="#ffffff" />
<rect x="73" y="0" width="1" height="150" fill="#ffffff" />
</svg><svg width="150" height="150" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="73" width="150" height="1" fill="#ffffff" />
<rect x="73" y="73" width="1" height="77" fill="#ffffff" />
</svg><svg width="150" height="150" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="73" width="150" height="1" fill="#ffffff" />
<rect x="73" y="0" width="1" height="74" fill="#ffffff" />
</svg><svg width="150" height="150" xmlns="http://www.w3.org/2000/svg">
<rect x="73" y="73" width="77" height="1" fill="#ffffff" />
<rect x="73" y="0" width="1" height="150" fill="#ffffff" />
</svg>/* edit stone images */
.goban li.sign_1 .stone img {
background-image: url('black.svg');
}
.goban li.sign_-1 .stone img {
background-image: url('white.svg');
}
/* edit line images */
.goban .row li {
background: url('inner.svg') center;
}
.goban .row li.hoshi::after {
background: #ffffff;
}
.goban .row:nth-child(3) li {
background-image: url('side-n.svg');
}
.goban .row:nth-last-child(3) li {
background-image: url('side-s.svg');
}
.goban .row li:first-child {
background-image: url('side-w.svg');
}
.goban .row li:last-child {
background-image: url('side-e.svg');
}
.goban .row:nth-child(3) li:first-child {
background-image: url('corner-nw.svg');
}
.goban .row:nth-child(3) li:last-child {
background-image: url('corner-ne.svg');
}
.goban .row:nth-last-child(3) li:first-child {
background-image: url('corner-sw.svg');
}
.goban .row:nth-last-child(3) li:last-child {
background-image: url('corner-se.svg');
}
/* edit goban */
.goban {
background-color: #000000;
background-image: none;
border: none;
}
/* edit image surrounding goban */
main {
background: #000000;
}<svg width="43" height="43" xmlns="http://www.w3.org/2000/svg">
<circle r="21" cy="21.5" cx="21.5" stroke-width="1" stroke="#000000" fill="#FFFFFF"/>
</svg>