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);