jerrykuku 29290788b5 fix
2020-07-25 15:57:06 +08:00
fix
2020-07-25 15:57:06 +08:00
2020-07-25 15:21:33 +08:00
2020-07-25 15:21:33 +08:00
2020-07-25 15:21:33 +08:00
2020-07-25 15:21:33 +08:00

luci-theme-argon (中文)

license PRs Welcome Issue Welcome Release Version Release Count Contact Me

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

Notice

v2.2 Adapt to official mainline snapshot.
You can checkout branch 18.06 for OpenWRT 18.06 or lean 19.07.

How to build

Enter in your openwrt/package/lean or other ####Lean lede

cd lede/package/lean  
rm -rf luci-theme-argon  
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git  
make menuconfig #choose LUCI->Theme->Luci-theme-argon  
make -j1 V=s  

####Openwrt official SnapShots

cd openwrt/package
git clone https://github.com/jerrykuku/luci-theme-argon.git  
make menuconfig #choose LUCI->Theme->Luci-theme-argon  
make -j1 V=s  

Install

For Lean openwrt 18.06 LuCI

wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v1.6.2/luci-theme-argon_1.6.2-20200725_all.ipk
opkg install luci-theme-argon*.ipk

For openwrt official 19.07 Snapshots LuCI master

wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.2/luci-theme-argon_2.2-20200725_all.ipk
opkg install luci-theme-argon*.ipk

Update log 2020.07.25 v2.2

  • New login theme, Request background imge from bing.com, Auto change everyday.
  • New theme icon
  • Add more menu category icon
  • Fix font-size and padding margin
  • Restructure css file
  • Auto adapt to dark mode

More Screenshots

Thanks to

luci-theme-material: https://github.com/LuttyYang/luci-theme-material/

Description
来自 jerrykuku 的 argon 主题备份。
Readme 13 MiB
Languages
CSS 73.7%
HTML 14.8%
JavaScript 8.2%
Shell 2.7%
Makefile 0.6%