🔨 add custom themes to template

This commit is contained in:
Timmo 2018-08-24 15:01:07 +01:00
parent ff55536664
commit bebc3c3780

View file

@ -1,5 +1,27 @@
{
"theme": {},
"theme": {
"custom": [
{
"name": "Midnight",
"base": "dark",
"overrides": {
"backgrounds": {
"main": "#383c45",
"default": "#383c45",
"card": {
"on": "pink[600]",
"off": "#434954",
"disabled": "#7f848e"
}
},
"text": {
"light": "grey[50]",
"main": "grey[100]"
}
}
}
]
},
"header": {
"left_outdoor_weather": {
"dark_sky_icon": "sensor.dark_sky_icon",