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
|
underwater
|
||||||
ghost
|
ghost
|
||||||
bandw
|
bandw
|
||||||
|
bulbs
|
||||||
|
|
BIN
android/assets/ui/x0.75/cells/bulb.png
Normal file
BIN
android/assets/ui/x0.75/cells/bulb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 732 B |
BIN
android/assets/ui/x1.0/cells/bulb.png
Normal file
BIN
android/assets/ui/x1.0/cells/bulb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
android/assets/ui/x1.25/cells/bulb.png
Normal file
BIN
android/assets/ui/x1.25/cells/bulb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
android/assets/ui/x1.5/cells/bulb.png
Normal file
BIN
android/assets/ui/x1.5/cells/bulb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
android/assets/ui/x2.0/cells/bulb.png
Normal file
BIN
android/assets/ui/x2.0/cells/bulb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
android/assets/ui/x4.0/cells/bulb.png
Normal file
BIN
android/assets/ui/x4.0/cells/bulb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
original-resources/bulb36.xcf
Normal file
BIN
original-resources/bulb36.xcf
Normal file
Binary file not shown.
BIN
original-resources/bulb96-ausgangsbild.xcf
Normal file
BIN
original-resources/bulb96-ausgangsbild.xcf
Normal file
Binary file not shown.
Loading…
Reference in a new issue