Add first non-free theme
This commit is contained in:
parent
2457cccb06
commit
3611528228
2 changed files with 25 additions and 0 deletions
24
android/assets/themes/bandw.theme
Normal file
24
android/assets/themes/bandw.theme
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Black et White",
|
||||
"price": 20,
|
||||
"colors": {
|
||||
"background": "0a0a0aff",
|
||||
"buttons": [
|
||||
"4d4d4dff",
|
||||
"4d4d4dff",
|
||||
"4d4d4dff",
|
||||
"4d4d4dff"
|
||||
],
|
||||
"empty_cell": "000000ff",
|
||||
"cells": [
|
||||
"f2f2f2ff", "f2f2f2ff", "f2f2f2ff",
|
||||
"f2f2f2ff", "f2f2f2ff", "f2f2f2ff", "f2f2f2ff",
|
||||
"f2f2f2ff", "f2f2f2ff"
|
||||
],
|
||||
"current_score": "b3b3b3ff",
|
||||
"high_score": "f9f9f9ff",
|
||||
"bonus": "f9f9f9ff",
|
||||
"band": "4d4d4dff"
|
||||
},
|
||||
"cell_texture": "basic.png"
|
||||
}
|
|
@ -1,2 +1,3 @@
|
|||
default
|
||||
dark
|
||||
bandw
|
||||
|
|
Loading…
Reference in a new issue