From ce708d6ef320793e0a390da2336a2499c421c5c3 Mon Sep 17 00:00:00 2001
From: Xavier MULLER <33861984+localhost61@users.noreply.github.com>
Date: Tue, 5 Nov 2019 00:30:48 +0100
Subject: [PATCH] Add Black theme module page screenshot
---
WebUI.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/WebUI.md b/WebUI.md
index 9b3f1265..106de4de 100644
--- a/WebUI.md
+++ b/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.
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"]}
```