Add dark theme, use its background, allow changing theme

This commit is contained in:
Lonami Exo 2017-01-30 18:37:06 +01:00
parent a681fbaccd
commit 382a41c06b
7 changed files with 47 additions and 5 deletions

View 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"
}