Key Features
- Clean and modern Argon-style interface design.
- Fully adapted for both desktop and mobile displays.
- Supports automatic or manual switching between light and dark modes.
- Supports custom theme colors, along with adjustable blur and transparency effects.
- The login page supports local images, videos, and online wallpapers as backgrounds.
- Works with luci-app-argon-config for a more complete theme configuration experience.
Compatibility
Only the master branch is maintained now.
Support is focused on modern LuCI environments based on Official OpenWrt and ImmortalWrt.
Version History
The latest version is v2.4.6 Click here to view the full version history record.
Getting started
Build from source
bash
cd openwrt/package
git clone https://github.com/jerrykuku/luci-theme-argon.git
make menuconfig #choose LUCI->Theme->Luci-theme-argon
make -j1 V=sInstall release packages (`ipk`)
bash
wget https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.4.6/luci-theme-argon_2.4.6-1_all.ipk
wget https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.4.6/luci-app-argon-config_2.4.6-1_all.ipk
opkg install ./luci-theme-argon_2.4.6-1_all.ipk ./luci-app-argon-config_2.4.6-1_all.ipkInstall release packages (`apk`)
bash
wget https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.4.6/luci-theme-argon-2.4.6-r1.apk
wget https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.4.6/luci-app-argon-config-2.4.6-r1.apk
apk add --allow-untrusted ./luci-theme-argon-2.4.6-r1.apk ./luci-app-argon-config-2.4.6-r1.apkScreenshots
Contributors
Made with contrib.rocks.
Related Projects
- luci-app-argon-config: Configuration plugin for the Argon theme
- openwrt-package: My OpenWrt package collection
- CasaOS: A simple, elegant open-source personal cloud system and my current primary project