Add a new winter theme
This commit is contained in:
parent
e58c0e1a67
commit
bb008d9982
11 changed files with 169 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
default
|
||||
dark
|
||||
darcula
|
||||
winter
|
||||
solarized-light
|
||||
solarized-dark
|
||||
underwater
|
||||
|
|
26
android/assets/themes/winter.theme
Normal file
26
android/assets/themes/winter.theme
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Winter",
|
||||
"price": 50,
|
||||
"colors": {
|
||||
"background": "81b9b7ff",
|
||||
"foreground": "ffffffff",
|
||||
"buttons": [
|
||||
"1e9dc8ff",
|
||||
"00e0ffff",
|
||||
"2fdbdbff",
|
||||
"51a0e9ff"
|
||||
],
|
||||
"empty_cell": "4085bfff",
|
||||
"cells": [
|
||||
"d0defbff", "bddedcff", "d9ecf8ff",
|
||||
"d9f7fcff", "cbe6f1ff", "dfeff2ff", "d9eaf0ff",
|
||||
"c1dfeaff", "ccdeeaff"
|
||||
],
|
||||
"current_score": "165456ff",
|
||||
"high_score": "633ad2ff",
|
||||
"bonus": "103caaff",
|
||||
"band": "0c2e3cff",
|
||||
"text": "ffffffff"
|
||||
},
|
||||
"cell_texture": "snowflake.png"
|
||||
}
|
BIN
android/assets/ui/x0.75/cells/snowflake.png
Normal file
BIN
android/assets/ui/x0.75/cells/snowflake.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 811 B |
BIN
android/assets/ui/x1.0/cells/snowflake.png
Normal file
BIN
android/assets/ui/x1.0/cells/snowflake.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
android/assets/ui/x1.25/cells/snowflake.png
Normal file
BIN
android/assets/ui/x1.25/cells/snowflake.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
android/assets/ui/x1.5/cells/snowflake.png
Normal file
BIN
android/assets/ui/x1.5/cells/snowflake.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
android/assets/ui/x2.0/cells/snowflake.png
Normal file
BIN
android/assets/ui/x2.0/cells/snowflake.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
android/assets/ui/x4.0/cells/snowflake.png
Normal file
BIN
android/assets/ui/x4.0/cells/snowflake.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue