summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material/root
diff options
context:
space:
mode:
authorLutty Yang <gy.dlcs@gmail.com>2015-09-16 19:59:17 +0800
committerLutty Yang <gy.dlcs@gmail.com>2015-09-16 19:59:17 +0800
commitb825a140fd10d57a68ee9b39ffe9db7231c8f3de (patch)
tree4d4676fec5c7f2c063fdf6db5f70773ac030fdb9 /themes/luci-theme-material/root
parent3288fe76ab3d2269abcf902d0df6f847c6200e8e (diff)
init Material Design theme
Diffstat (limited to 'themes/luci-theme-material/root')
-rwxr-xr-xthemes/luci-theme-material/root/etc/uci-defaults/luci-theme-material7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/luci-theme-material/root/etc/uci-defaults/luci-theme-material b/themes/luci-theme-material/root/etc/uci-defaults/luci-theme-material
new file mode 100755
index 000000000..4731a658f
--- /dev/null
+++ b/themes/luci-theme-material/root/etc/uci-defaults/luci-theme-material
@@ -0,0 +1,7 @@
+#!/bin/sh
+uci batch <<-EOF
+ set luci.themes.Material=/luci-static/material
+ set luci.main.mediaurlbase=/luci-static/material
+ commit luci
+EOF
+exit 0