Add new light bulbs theme (#39)
This commit is contained in:
parent
5fd4846acd
commit
3429eda94c
10 changed files with 27 additions and 0 deletions
26
android/assets/themes/bulbs.theme
Normal file
26
android/assets/themes/bulbs.theme
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Bulbs",
|
||||
"price": 100,
|
||||
"colors": {
|
||||
"background": "101010ff",
|
||||
"foreground": "808080ff",
|
||||
"buttons": [
|
||||
"ffb20bff",
|
||||
"00da6dff",
|
||||
"983c71ff",
|
||||
"146371ff"
|
||||
],
|
||||
"empty_cell": "202030CF",
|
||||
"cells": [
|
||||
"ff3a49ff", "ff8cffff", "369cacff",
|
||||
"146effff", "85d085ff", "ffc519ff", "56ff42ff",
|
||||
"9843ffff", "00f2f5ff"
|
||||
],
|
||||
"current_score": "f9f9f9f9",
|
||||
"high_score": "f9f9f9ff",
|
||||
"bonus": "f9f9f9ff",
|
||||
"band": "f0f0f0ff",
|
||||
"text": "0a0a0aff"
|
||||
},
|
||||
"cell_texture": "bulb.png"
|
||||
}
|
|
@ -10,3 +10,4 @@ solarized-dark
|
|||
underwater
|
||||
ghost
|
||||
bandw
|
||||
bulbs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue