diff --git a/android/assets/themes/autumn.theme b/android/assets/themes/autumn.theme new file mode 100644 index 0000000..e2417da --- /dev/null +++ b/android/assets/themes/autumn.theme @@ -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" +} \ No newline at end of file diff --git a/android/assets/themes/theme.list b/android/assets/themes/theme.list index 80ae047..86365a9 100644 --- a/android/assets/themes/theme.list +++ b/android/assets/themes/theme.list @@ -4,6 +4,7 @@ darcula winter spring summer +autumn solarized-light solarized-dark underwater diff --git a/android/assets/ui/x0.75/cells/leaf.png b/android/assets/ui/x0.75/cells/leaf.png new file mode 100644 index 0000000..b419e3f Binary files /dev/null and b/android/assets/ui/x0.75/cells/leaf.png differ diff --git a/android/assets/ui/x1.0/cells/leaf.png b/android/assets/ui/x1.0/cells/leaf.png new file mode 100644 index 0000000..9aa1588 Binary files /dev/null and b/android/assets/ui/x1.0/cells/leaf.png differ diff --git a/android/assets/ui/x1.25/cells/leaf.png b/android/assets/ui/x1.25/cells/leaf.png new file mode 100644 index 0000000..71f9b7c Binary files /dev/null and b/android/assets/ui/x1.25/cells/leaf.png differ diff --git a/android/assets/ui/x1.5/cells/leaf.png b/android/assets/ui/x1.5/cells/leaf.png new file mode 100644 index 0000000..c8bc3e5 Binary files /dev/null and b/android/assets/ui/x1.5/cells/leaf.png differ diff --git a/android/assets/ui/x2.0/cells/leaf.png b/android/assets/ui/x2.0/cells/leaf.png new file mode 100644 index 0000000..eef0833 Binary files /dev/null and b/android/assets/ui/x2.0/cells/leaf.png differ diff --git a/android/assets/ui/x4.0/cells/leaf.png b/android/assets/ui/x4.0/cells/leaf.png new file mode 100644 index 0000000..05dafc7 Binary files /dev/null and b/android/assets/ui/x4.0/cells/leaf.png differ diff --git a/original-resources/buttons.svg b/original-resources/buttons.svg index bc1d78f..468c55d 100644 --- a/original-resources/buttons.svg +++ b/original-resources/buttons.svg @@ -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" /> + + + + diff --git a/original-resources/gen-ui-png.py b/original-resources/gen-ui-png.py index 828a6a4..0fc0417 100755 --- a/original-resources/gen-ui-png.py +++ b/original-resources/gen-ui-png.py @@ -46,7 +46,8 @@ cells = [ 'drop', 'snowflake', 'grass', - 'sun' + 'sun', + "leaf" ] inkscape_default_dpi = 90 diff --git a/themes/create-theme.html b/themes/create-theme.html index 8dfbeff..eff9984 100644 --- a/themes/create-theme.html +++ b/themes/create-theme.html @@ -62,6 +62,7 @@ code { +