From ba5d74e71994d79b0e093f6567d794a16db23e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Wed, 19 Feb 2025 14:42:09 +0100 Subject: [PATCH] add dark and light mode icon --- charts/hub/custom-layout/icons.js | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/charts/hub/custom-layout/icons.js b/charts/hub/custom-layout/icons.js index f625222..6c119f4 100644 --- a/charts/hub/custom-layout/icons.js +++ b/charts/hub/custom-layout/icons.js @@ -886,4 +886,22 @@ ` -})(this); \ No newline at end of file + /* Light mode */ + window["env"]["svg"]["lightmode"] = ` + + + + + + + + + + `; + + /* Dark mode */ + window["env"]["svg"]["darkmode"] = ` + + `; + +})(this);