Add autumn theme

This commit is contained in:
Lonami Exo 2017-09-09 20:52:53 +02:00
parent 0fc91acc42
commit 3030986dbc
11 changed files with 50 additions and 4 deletions

View file

@ -0,0 +1,26 @@
{
"name": "Autumn",
"price": 50,
"colors": {
"background": "f5e7cbff",
"foreground": "ffffffff",
"buttons": [
"99df08ff",
"c1a300ff",
"ffa70fff",
"932e2eff"
],
"empty_cell": "f0d2b2ff",
"cells": [
"ea7100ff", "4da30bff", "fcaa08ff",
"fec63dff", "ec9548ff", "f56101ff", "da6554ff",
"9e8850ff", "ffaf24ff"
],
"current_score": "ff7300ff",
"high_score": "0a7224ff",
"bonus": "4d4d4dff",
"band": "fef282ff",
"text": "111111ff"
},
"cell_texture": "leaf.png"
}

View file

@ -4,6 +4,7 @@ darcula
winter
spring
summer
autumn
solarized-light
solarized-dark
underwater

Binary file not shown.

After

Width:  |  Height:  |  Size: 805 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

@ -174,9 +174,9 @@
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="2.8284271"
inkscape:cx="146.12331"
inkscape:cy="408.34706"
inkscape:zoom="1"
inkscape:cx="232.7201"
inkscape:cy="408.36092"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@ -1430,5 +1430,22 @@
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.96596211;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g>
<g
id="leaf">
<rect
style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.30000588;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1039"
width="48.000942"
height="48.000942"
x="168.40915"
y="643.8125"
ry="0" />
<path
sodipodi:nodetypes="csccccsscccsccccccscccssccccsc"
inkscape:connector-curvature="0"
id="path1056"
d="m 211.20659,649.016 c 0,0 -4.33765,0.58026 -6.43342,1.18165 -3.1976,0.91757 -6.49795,1.84949 -9.27813,3.67624 -2.36215,1.55208 -5.99577,5.99578 -5.99577,5.99578 0,0 -0.29105,-4.85888 -0.96283,-7.17743 -0.82656,-2.85272 -3.72,-8.09648 -3.72,-8.09648 0,0 -2.85841,3.56094 -4.02636,5.51436 -1.8182,3.04095 -3.63987,6.17269 -4.59529,9.58448 -0.59696,2.13167 -0.65649,6.60848 -0.65649,6.60848 0,0 -1.78704,-1.18846 -2.80093,-1.488 -1.13745,-0.33606 -3.54495,-0.30635 -3.54495,-0.30635 0,0 0.7069,3.58799 1.57552,5.16424 1.47775,2.68159 3.46353,5.23747 5.99578,6.9586 0.63244,0.42985 1.72045,0.79749 2.63136,1.05719 l -8.10195,7.30187 c -1.37928,1.24308 2.69575,5.31811 3.93883,3.93883 l 7.30187,-8.10195 c 0.2597,0.91091 0.62734,1.99892 1.05719,2.63136 1.72113,2.53225 4.27701,4.51803 6.9586,5.99578 1.57625,0.86862 5.16424,1.57552 5.16424,1.57552 0,0 0.0296,-2.4075 -0.30635,-3.54495 -0.29954,-1.01389 -1.488,-2.80093 -1.488,-2.80093 0,0 4.47681,-0.0595 6.60848,-0.65649 3.41179,-0.95542 6.54353,-2.77709 9.58448,-4.59529 1.95342,-1.16795 5.51436,-4.02636 5.51436,-4.02636 0,0 -5.24376,-2.89343 -8.09648,-3.72 -2.31855,-0.67178 -7.17742,-0.96283 -7.17742,-0.96283 0,0 4.44369,-3.63362 5.99577,-5.99577 1.82675,-2.78018 2.75867,-6.08053 3.67624,-9.27813 0.60139,-2.09577 1.18165,-6.43342 1.18165,-6.43342 z"
style="fill:#ffffff;stroke:none;stroke-width:0.49514174px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 93 KiB

View file

@ -46,7 +46,8 @@ cells = [
'drop',
'snowflake',
'grass',
'sun'
'sun',
"leaf"
]
inkscape_default_dpi = 90

View file

@ -62,6 +62,7 @@ code {
<option value="snowflake.png">Snowflake</option>
<option value="grass.png">Grass</option>
<option value="sun.png">Sun</option>
<option value="leaf.png">Leaf</option>
</select>
<br />
<label for="pieceColor">Piece color:</label>