Add summer theme
This commit is contained in:
parent
5a1d24bc6a
commit
0fc91acc42
11 changed files with 51 additions and 4 deletions
26
android/assets/themes/summer.theme
Normal file
26
android/assets/themes/summer.theme
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Summer",
|
||||
"price": 50,
|
||||
"colors": {
|
||||
"background": "fff8baff",
|
||||
"foreground": "ffffffff",
|
||||
"buttons": [
|
||||
"ff9b00ff",
|
||||
"ffb000ff",
|
||||
"fc7523ff",
|
||||
"ff5600ff"
|
||||
],
|
||||
"empty_cell": "e3de81ff",
|
||||
"cells": [
|
||||
"ffcb00ff", "f8a000ff", "ffab20ff",
|
||||
"f8c900ff", "ffa200ff", "ffd601ff", "ff7a11ff",
|
||||
"ff9811ff", "ff8913ff"
|
||||
],
|
||||
"current_score": "ffc300ff",
|
||||
"high_score": "ff2600ff",
|
||||
"bonus": "000000ff",
|
||||
"band": "ff8f00ff",
|
||||
"text": "111111ff"
|
||||
},
|
||||
"cell_texture": "sun.png"
|
||||
}
|
|
@ -3,6 +3,7 @@ dark
|
|||
darcula
|
||||
winter
|
||||
spring
|
||||
summer
|
||||
solarized-light
|
||||
solarized-dark
|
||||
underwater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue