Added themes screenshots

Xavier MULLER 2019-11-04 23:56:23 +01:00
parent 573d915252
commit b971105144
1 changed files with 8 additions and 4 deletions

@ -19,22 +19,26 @@ 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.
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">
```haskell
WebColor {"WebColor":["#eeeeee","#181818","#4f4f4f","#000000","#dddddd","#008000","#222222","#ff0000","#008000","#ffffff","#1fa3ec","#0e70a4","#d43535","#931f1f","#47c266","#5aaf6f","#ffffff","#999999","#eeeeee"]}
```
White theme (default until 6.7.1.)
White theme (default until 6.7.1.) \
<img White src="https://user-images.githubusercontent.com/33861984/68164341-deb52b80-ff5c-11e9-866e-e4f8624be610.png" width="150">
```haskell
WebColor {"WebColor":["#000000","#ffffff","#f2f2f2","#000000","#ffffff","#000000","#ffffff","#ff0000","#008000","#ffffff","#1fa3ec","#0e70a4","#d43535","#931f1f","#47c266","#5aaf6f","#ffffff","#999999","#000000"]}
```
Halloween
Halloween \
<img Hallo src="https://user-images.githubusercontent.com/33861984/68164654-b548cf80-ff5d-11e9-8386-ea481b2d6c67.png" width="150">
```haskell
WebColor {"WebColor":["#cccccc","#3d3f41","#3d3f41","#93c763","#293134","#93c763","#293134","#ff0000","#008000","#ffffff","#ec7600","#0e70a4","#d43535","#931f1f","#47c266","#5aaf6f","#ffffff","#999999","#ff4466"]}
```
Navy
Navy \
<img Navy src="https://user-images.githubusercontent.com/33861984/68164364-e96fc080-ff5c-11e9-9a76-0cf35b9e8225.png" width="150">
```haskell
WebColor {"WebColor":["#e0e0c0","#000033","#4f4f4f","#000000","#dddddd","#a7f432","#1e1e1e","#ff0000","#008000","#ffffff","#1fa3ec","#0e70a4","#d43535","#931f1f","#47c266","#5aaf6f","#ffffff","#999999","#eedd77"]}
```