Add autumn theme
This commit is contained in:
parent
0fc91acc42
commit
3030986dbc
11 changed files with 50 additions and 4 deletions
26
android/assets/themes/autumn.theme
Normal file
26
android/assets/themes/autumn.theme
Normal 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"
|
||||
}
|
|
@ -4,6 +4,7 @@ darcula
|
|||
winter
|
||||
spring
|
||||
summer
|
||||
autumn
|
||||
solarized-light
|
||||
solarized-dark
|
||||
underwater
|
||||
|
|
BIN
android/assets/ui/x0.75/cells/leaf.png
Normal file
BIN
android/assets/ui/x0.75/cells/leaf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 805 B |
BIN
android/assets/ui/x1.0/cells/leaf.png
Normal file
BIN
android/assets/ui/x1.0/cells/leaf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
BIN
android/assets/ui/x1.25/cells/leaf.png
Normal file
BIN
android/assets/ui/x1.25/cells/leaf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
android/assets/ui/x1.5/cells/leaf.png
Normal file
BIN
android/assets/ui/x1.5/cells/leaf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
android/assets/ui/x2.0/cells/leaf.png
Normal file
BIN
android/assets/ui/x2.0/cells/leaf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
android/assets/ui/x4.0/cells/leaf.png
Normal file
BIN
android/assets/ui/x4.0/cells/leaf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue