roacn-packages/luci-theme-argon
github-actions[bot] f57305d139 🌈 Sync 2024-01-10 01:38
2024-01-10 01:38:55 +08:00
..
htdocs/luci-static/argon 🌈 Sync 2024-01-10 01:38 2024-01-10 01:38:55 +08:00
luasrc/view/themes/argon 🌈 Sync 2024-01-10 01:38 2024-01-10 01:38:55 +08:00
root 🌈 Sync 2024-01-10 01:38 2024-01-10 01:38:55 +08:00
Screenshots 🌈 Sync 2024-01-10 01:38 2024-01-10 01:38:55 +08:00
Makefile 🌈 Sync 2024-01-10 01:38 2024-01-10 01:38:55 +08:00
README_ZH.md 🌈 Sync 2024-01-10 01:38 2024-01-10 01:38:55 +08:00
README.md 🌈 Sync 2024-01-10 01:38 2024-01-10 01:38:55 +08:00

A brand new OpenWrt LuCI theme

• This branch only matches Lean's LEDE / OpenWrt LuCI 18.06

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.

license prs 议题 release download contact

English | 简体中文

Key FeaturesGetting startedScreenshotsContributorsCredits

Key Features

  • Clean Layout.
  • Adapted to mobile display.
  • Customizable theme colors.
  • Support for using Bing images as login background.
  • Support for custom uploading of images or videos as login background.
  • Automatically switch between light and dark modes with the system, and can also be set to a fixed mode.
  • Settings plugin with extensions luci-app-argon-config

Notice

  • Chrome & Edge browser is highly recommended. There are some new css3 features used in this theme, currently only Chrome & Edge has the best compatibility.
  • FireFox does not enable the backdrop-filter by default, see here for the opening method.

Getting started

Build for Lean's LEDE project

cd lede
rm -rf feeds/luci/themes/luci-theme-argon
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/downloads/luci-theme-argon
make menuconfig #choose LuCI->Themes->luci-theme-argon
make -j1 V=s

Install for LuCI 18.06 ( Lean's LEDE )

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

Install luci-app-argon-config

wget --no-check-certificate https://github.com/jerrykuku/luci-app-argon-config/releases/download/v0.9/luci-app-argon-config_0.9_all.ipk
opkg install luci-app-argon-config*.ipk

Screenshots

desktop mobile

Contributors

Made with contrib.rocks.

Credits

luci-theme-material