Add ghost theme

This commit is contained in:
Lonami Exo 2017-05-09 17:23:28 +02:00
parent 8b38d92633
commit 0a78664589
10 changed files with 50 additions and 4 deletions

View file

@ -0,0 +1,26 @@
{
"name": "Ghost",
"price": 0,
"colors": {
"background": "001000ff",
"foreground": "bbffbbcc",
"buttons": [
"448844d0",
"448844d0",
"448844d0",
"448844d0"
],
"empty_cell": "323232ff",
"cells": [
"d656caf0", "ca5db3f0", "742990f0",
"c35da7f0", "ff5b8cf0", "d33896f0", "de39faf0",
"7e4cfff0", "9e51edf0"
],
"current_score": "e8425bff",
"high_score": "b337b3ff",
"bonus": "bbffbbd0",
"band": "448844e0",
"text": "bbffbbd0"
},
"cell_texture": "ghost.png"
}

View file

@ -4,4 +4,5 @@ darcula
solarized-light solarized-light
solarized-dark solarized-dark
underwater underwater
ghost
bandw bandw

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,022 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -125,9 +125,9 @@
borderopacity="1" borderopacity="1"
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="4.2042016" inkscape:zoom="4.6421393"
inkscape:cx="84.591887" inkscape:cx="162.81422"
inkscape:cy="259.00893" inkscape:cy="251.69867"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer1" inkscape:current-layer="layer1"
showgrid="false" showgrid="false"
@ -1115,5 +1115,23 @@
id="path4660" id="path4660"
style="opacity:1;fill:url(#radialGradient4661);fill-opacity:1;stroke:none;stroke-width:0.99538457;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> style="opacity:1;fill:url(#radialGradient4661);fill-opacity:1;stroke:none;stroke-width:0.99538457;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g> </g>
<g
id="ghost"
transform="translate(-46.651447)">
<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="rect4648"
width="48.000942"
height="48.000942"
x="157.52437"
y="775.24426"
ry="0" />
<path
id="rect4642"
transform="matrix(0.93750005,0,0,0.93750005,0,552.36216)"
d="m 193.66406,239.91797 c -10.97364,0 -19.8116,8.76871 -19.94726,19.70898 -0.11585,9.34661 -2.53888,20.38197 -0.51172,25.77344 1.34684,3.58208 6.86544,-1.03439 10.6914,-0.94922 3.15791,0.0703 6.2845,0.68409 9.43946,0.83789 3.62242,0.17663 7.25141,-1.73974 10.86914,-1.48437 3.2925,0.2324 7.56924,4.60288 9.20898,1.73828 3.05313,-5.33378 0.31708,-16.56886 0.20117,-25.91602 -0.13566,-10.94027 -8.97753,-19.70898 -19.95117,-19.70898 z m -9.15429,9.38281 a 5.4974652,5.4974652 0 0 1 5.49804,5.49805 5.4974652,5.4974652 0 0 1 -5.49804,5.49609 5.4974652,5.4974652 0 0 1 -5.49805,-5.49609 5.4974652,5.4974652 0 0 1 5.49805,-5.49805 z m 17.22461,0 a 5.4974652,5.4974652 0 0 1 5.49804,5.49805 5.4974652,5.4974652 0 0 1 -5.49804,5.49609 5.4974652,5.4974652 0 0 1 -5.49805,-5.49609 5.4974652,5.4974652 0 0 1 5.49805,-5.49805 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.1729759;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View file

@ -38,7 +38,8 @@ ids = [
cells = [ cells = [
'basic', 'basic',
'bubble' 'bubble',
'ghost'
] ]
inkscape_default_dpi = 90 inkscape_default_dpi = 90