diff --git a/WebUI.md b/WebUI.md
index 345f4abb..9b3f1265 100644
--- a/WebUI.md
+++ b/WebUI.md
@@ -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) \
+
```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.) \
+
```haskell
WebColor {"WebColor":["#000000","#ffffff","#f2f2f2","#000000","#ffffff","#000000","#ffffff","#ff0000","#008000","#ffffff","#1fa3ec","#0e70a4","#d43535","#931f1f","#47c266","#5aaf6f","#ffffff","#999999","#000000"]}
```
-Halloween
+Halloween \
+
```haskell
WebColor {"WebColor":["#cccccc","#3d3f41","#3d3f41","#93c763","#293134","#93c763","#293134","#ff0000","#008000","#ffffff","#ec7600","#0e70a4","#d43535","#931f1f","#47c266","#5aaf6f","#ffffff","#999999","#ff4466"]}
```
-Navy
+Navy \
+
```haskell
WebColor {"WebColor":["#e0e0c0","#000033","#4f4f4f","#000000","#dddddd","#a7f432","#1e1e1e","#ff0000","#008000","#ffffff","#1fa3ec","#0e70a4","#d43535","#931f1f","#47c266","#5aaf6f","#ffffff","#999999","#eedd77"]}
```
\ No newline at end of file