mirror of https://github.com/arendst/Tasmota.git
Add Black theme module page screenshot
parent
b971105144
commit
ce708d6ef3
4
WebUI.md
4
WebUI.md
|
@ -20,7 +20,9 @@ WebUI is themable starting with »6.6.0 using [`WebColor`](commands#webcolor) co
|
||||||
To apply the theme copy the entire command and send it in console or via MQTT.
|
To apply the theme copy the entire command and send it in console or via MQTT.
|
||||||
|
|
||||||
Dark theme (default since 7.0) \
|
Dark theme (default since 7.0) \
|
||||||
<img Black src="https://user-images.githubusercontent.com/33861984/68164146-60f12000-ff5c-11e9-97a7-b603aaa8c9f6.png" width="150">
|
<img Black src="https://user-images.githubusercontent.com/33861984/68164146-60f12000-ff5c-11e9-97a7-b603aaa8c9f6.png" width="150">
|
||||||
|
<img Module src="https://user-images.githubusercontent.com/33861984/68166559-fdb6bc00-ff62-11e9-9cec-34012743ea5c.png" width="150">
|
||||||
|
|
||||||
```haskell
|
```haskell
|
||||||
WebColor {"WebColor":["#eeeeee","#181818","#4f4f4f","#000000","#dddddd","#008000","#222222","#ff0000","#008000","#ffffff","#1fa3ec","#0e70a4","#d43535","#931f1f","#47c266","#5aaf6f","#ffffff","#999999","#eeeeee"]}
|
WebColor {"WebColor":["#eeeeee","#181818","#4f4f4f","#000000","#dddddd","#008000","#222222","#ff0000","#008000","#ffffff","#1fa3ec","#0e70a4","#d43535","#931f1f","#47c266","#5aaf6f","#ffffff","#999999","#eeeeee"]}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue