├── LICENSE ├── Makefile ├── README.md ├── htdocs └── luci-static │ └── atmaterial_ci │ ├── css │ └── style.css │ ├── favicon.ico │ ├── fonts │ ├── Roboto-Medium-webfont.woff │ ├── Roboto-Regular-webfont.woff │ ├── advancedtomato.eot │ ├── advancedtomato.svg │ ├── advancedtomato.ttf │ ├── advancedtomato.woff │ ├── font.eot │ ├── font.svg │ ├── font.ttf │ └── font.woff │ ├── js │ ├── jquery.min.js │ └── script.js │ └── logo.png ├── luasrc └── view │ └── themes │ └── atmaterial_ci │ ├── footer.htm │ └── header.htm └── root └── etc └── uci-defaults └── 30_luci-theme-atmaterial_ci /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/README.md -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/css/style.css -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/favicon.ico -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/fonts/Roboto-Medium-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/fonts/Roboto-Medium-webfont.woff -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/fonts/Roboto-Regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/fonts/Roboto-Regular-webfont.woff -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/fonts/advancedtomato.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/fonts/advancedtomato.eot -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/fonts/advancedtomato.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/fonts/advancedtomato.svg -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/fonts/advancedtomato.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/fonts/advancedtomato.ttf -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/fonts/advancedtomato.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/fonts/advancedtomato.woff -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/fonts/font.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/fonts/font.eot -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/fonts/font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/fonts/font.svg -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/fonts/font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/fonts/font.ttf -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/fonts/font.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/fonts/font.woff -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/js/jquery.min.js -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/js/script.js -------------------------------------------------------------------------------- /htdocs/luci-static/atmaterial_ci/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/htdocs/luci-static/atmaterial_ci/logo.png -------------------------------------------------------------------------------- /luasrc/view/themes/atmaterial_ci/footer.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/luasrc/view/themes/atmaterial_ci/footer.htm -------------------------------------------------------------------------------- /luasrc/view/themes/atmaterial_ci/header.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/luasrc/view/themes/atmaterial_ci/header.htm -------------------------------------------------------------------------------- /root/etc/uci-defaults/30_luci-theme-atmaterial_ci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esirplayground/luci-theme-atmaterial-ColorIcon/HEAD/root/etc/uci-defaults/30_luci-theme-atmaterial_ci --------------------------------------------------------------------------------