diff --git a/README.md b/README.md index 08c3a4a..ca655ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,29 @@ # luci-theme-argon -A new Luci theme for LEDE/OpenWRT -# Screenshot -![image](http://boss.verykaka.com/blanco/login.jpg) +A new Luci theme for LEDE/OpenWRT +Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template +Suitable for Openwrt 18.06.4 (for test) And Lean Luci (stable) + +The old version is still in another branch call old. If you need that you can checkout that branch. + + +## How to use + +Enter in your openwrt/package/lean or other + +``` +git clone https://github.com/jerrykuku/luci-theme-argon.git +make menuconfig #choose LUCI->Theme->Luci-theme-argon +make -j1 V=s +``` + + +## Screenshots +![](/Screenshots/pc/screenshot1.png) +![](/Screenshots/pc/screenshot2.png) + +![](/Screenshots/phone/Screenshot_1.png) +![](/Screenshots/phone/Screenshot_2.png) +![](/Screenshots/phone/Screenshot_3.png) + +## Thanks to +luci-theme-material: https://github.com/LuttyYang/luci-theme-material/ diff --git a/Screenshots/pc/screenshot1.png b/Screenshots/pc/screenshot1.png new file mode 100644 index 0000000..e3d08b7 Binary files /dev/null and b/Screenshots/pc/screenshot1.png differ diff --git a/Screenshots/pc/screenshot2.png b/Screenshots/pc/screenshot2.png new file mode 100644 index 0000000..6663108 Binary files /dev/null and b/Screenshots/pc/screenshot2.png differ diff --git a/Screenshots/phone/Screenshot_1.jpg b/Screenshots/phone/Screenshot_1.jpg new file mode 100644 index 0000000..1c7c7e4 Binary files /dev/null and b/Screenshots/phone/Screenshot_1.jpg differ diff --git a/Screenshots/phone/Screenshot_2.jpg b/Screenshots/phone/Screenshot_2.jpg new file mode 100644 index 0000000..2e4547a Binary files /dev/null and b/Screenshots/phone/Screenshot_2.jpg differ diff --git a/Screenshots/phone/Screenshot_3.jpg b/Screenshots/phone/Screenshot_3.jpg new file mode 100644 index 0000000..ac07f8d Binary files /dev/null and b/Screenshots/phone/Screenshot_3.jpg differ