diff --git a/android/assets/themes/ghost.theme b/android/assets/themes/ghost.theme new file mode 100644 index 0000000..0c28fff --- /dev/null +++ b/android/assets/themes/ghost.theme @@ -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" +} diff --git a/android/assets/themes/theme.list b/android/assets/themes/theme.list index 7cea59e..d840edc 100644 --- a/android/assets/themes/theme.list +++ b/android/assets/themes/theme.list @@ -4,4 +4,5 @@ darcula solarized-light solarized-dark underwater +ghost bandw diff --git a/android/assets/ui/x0.75/cells/ghost.png b/android/assets/ui/x0.75/cells/ghost.png new file mode 100644 index 0000000..bc481e1 Binary files /dev/null and b/android/assets/ui/x0.75/cells/ghost.png differ diff --git a/android/assets/ui/x1.0/cells/ghost.png b/android/assets/ui/x1.0/cells/ghost.png new file mode 100644 index 0000000..4053f5d Binary files /dev/null and b/android/assets/ui/x1.0/cells/ghost.png differ diff --git a/android/assets/ui/x1.25/cells/ghost.png b/android/assets/ui/x1.25/cells/ghost.png new file mode 100644 index 0000000..101f7cc Binary files /dev/null and b/android/assets/ui/x1.25/cells/ghost.png differ diff --git a/android/assets/ui/x1.5/cells/ghost.png b/android/assets/ui/x1.5/cells/ghost.png new file mode 100644 index 0000000..2115a3e Binary files /dev/null and b/android/assets/ui/x1.5/cells/ghost.png differ diff --git a/android/assets/ui/x2.0/cells/ghost.png b/android/assets/ui/x2.0/cells/ghost.png new file mode 100644 index 0000000..7c9d650 Binary files /dev/null and b/android/assets/ui/x2.0/cells/ghost.png differ diff --git a/android/assets/ui/x4.0/cells/ghost.png b/android/assets/ui/x4.0/cells/ghost.png new file mode 100644 index 0000000..491bde0 Binary files /dev/null and b/android/assets/ui/x4.0/cells/ghost.png differ diff --git a/original-resources/buttons.svg b/original-resources/buttons.svg index 15360c7..59d4b0f 100644 --- a/original-resources/buttons.svg +++ b/original-resources/buttons.svg @@ -125,9 +125,9 @@ borderopacity="1" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="4.2042016" - inkscape:cx="84.591887" - inkscape:cy="259.00893" + inkscape:zoom="4.6421393" + inkscape:cx="162.81422" + inkscape:cy="251.69867" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" @@ -1115,5 +1115,23 @@ 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" /> + + + + diff --git a/original-resources/gen-ui-png.py b/original-resources/gen-ui-png.py index dc1a3b8..961760f 100755 --- a/original-resources/gen-ui-png.py +++ b/original-resources/gen-ui-png.py @@ -38,7 +38,8 @@ ids = [ cells = [ 'basic', - 'bubble' + 'bubble', + 'ghost' ] inkscape_default_dpi = 90