Add a new underwater theme
This commit is contained in:
parent
d34a566af3
commit
4e5c4fd453
9 changed files with 115 additions and 149 deletions
|
@ -1,3 +1,4 @@
|
|||
default
|
||||
dark
|
||||
bandw
|
||||
underwater
|
||||
|
|
26
android/assets/themes/underwater.theme
Normal file
26
android/assets/themes/underwater.theme
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Underwater",
|
||||
"price": 50,
|
||||
"colors": {
|
||||
"background": "0044aaff",
|
||||
"foreground": "d7f4e3ff",
|
||||
"buttons": [
|
||||
"37c871ff",
|
||||
"2a7fffff",
|
||||
"00ccffff",
|
||||
"5f5fd3ff"
|
||||
],
|
||||
"empty_cell": "0066ffff",
|
||||
"cells": [
|
||||
"37c871ff", "2ad4ffff", "0000d4ff",
|
||||
"00ffccff", "5599ffff", "87cddeff", "80b3ffff",
|
||||
"00ff66ff", "00d4aaff"
|
||||
],
|
||||
"current_score": "aaccffff",
|
||||
"high_score": "2aff80ff",
|
||||
"bonus": "aaeeffff",
|
||||
"band": "3771c8ff",
|
||||
"text": "002255ff"
|
||||
},
|
||||
"cell_texture": "bubble.png"
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 337 B |
BIN
android/assets/ui/cells/bubble.png
Normal file
BIN
android/assets/ui/cells/bubble.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 823 B |
Loading…
Add table
Add a link
Reference in a new issue