mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
🔨 add custom themes to template
This commit is contained in:
parent
ff55536664
commit
bebc3c3780
1 changed files with 23 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue