From 4e23ae592dc2cba2863b8561999fd85d2f45ee22 Mon Sep 17 00:00:00 2001 From: Alexey Zagorodnikov Date: Mon, 22 Jun 2026 19:23:49 +0500 Subject: [PATCH] luci-theme-material: fix dark-light manual switching Added a symlinks for material-light and material-dark. Signed-off-by: Alexey Zagorodnikov --- themes/luci-theme-material/htdocs/luci-static/material-dark | 1 + themes/luci-theme-material/htdocs/luci-static/material-light | 1 + themes/luci-theme-material/ucode/template/themes/material-dark | 1 + themes/luci-theme-material/ucode/template/themes/material-light | 1 + 4 files changed, 4 insertions(+) create mode 120000 themes/luci-theme-material/htdocs/luci-static/material-dark create mode 120000 themes/luci-theme-material/htdocs/luci-static/material-light create mode 120000 themes/luci-theme-material/ucode/template/themes/material-dark create mode 120000 themes/luci-theme-material/ucode/template/themes/material-light diff --git a/themes/luci-theme-material/htdocs/luci-static/material-dark b/themes/luci-theme-material/htdocs/luci-static/material-dark new file mode 120000 index 0000000000..20800454f3 --- /dev/null +++ b/themes/luci-theme-material/htdocs/luci-static/material-dark @@ -0,0 +1 @@ +material \ No newline at end of file diff --git a/themes/luci-theme-material/htdocs/luci-static/material-light b/themes/luci-theme-material/htdocs/luci-static/material-light new file mode 120000 index 0000000000..20800454f3 --- /dev/null +++ b/themes/luci-theme-material/htdocs/luci-static/material-light @@ -0,0 +1 @@ +material \ No newline at end of file diff --git a/themes/luci-theme-material/ucode/template/themes/material-dark b/themes/luci-theme-material/ucode/template/themes/material-dark new file mode 120000 index 0000000000..20800454f3 --- /dev/null +++ b/themes/luci-theme-material/ucode/template/themes/material-dark @@ -0,0 +1 @@ +material \ No newline at end of file diff --git a/themes/luci-theme-material/ucode/template/themes/material-light b/themes/luci-theme-material/ucode/template/themes/material-light new file mode 120000 index 0000000000..20800454f3 --- /dev/null +++ b/themes/luci-theme-material/ucode/template/themes/material-light @@ -0,0 +1 @@ +material \ No newline at end of file