luci-theme-argon

Argon is a clean and tidy OpenWrt LuCI theme that allows users to customize their login interface with images or videos. It also supports automatic and manual switching between light and dark modes.

5,271 stars Less #lede#luci#openwrt#theme
RAW Doc

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=s

Install 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.ipk

Install 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.apk

Screenshots

Contributors

Made with contrib.rocks.

Credits

luci-theme-material