Add dark theme, use its background, allow changing theme
This commit is contained in:
parent
a681fbaccd
commit
382a41c06b
7 changed files with 47 additions and 5 deletions
19
android/assets/themes/dark.theme
Normal file
19
android/assets/themes/dark.theme
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Dark",
|
||||
"price": 0,
|
||||
"colors": {
|
||||
"background": "333333ff",
|
||||
"buttons": [
|
||||
"03c13dff",
|
||||
"007da4ff",
|
||||
"c23a20ff",
|
||||
"956fd6ff"
|
||||
],
|
||||
"cells": [
|
||||
"7931bfff", "4c87aeff", "3aa853ff",
|
||||
"1e984dff", "2e749bff", "db5500ff", "d88109ff",
|
||||
"d9294dff", "ac342bff"
|
||||
]
|
||||
},
|
||||
"cell_texture": "basic.png"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue