2024-02-19 13:17:15 +00:00
<!-- markdownlint - configure - file {
"MD013": {
"code_blocks": false,
"tables": false,
"line_length":200
},
"MD033": false,
"MD041": false
} -->
[license]: /LICENSE
[license-badge]: https://img.shields.io/github/license/jerrykuku/luci-theme-argon?style=flat-square& a=1
[prs]: https://github.com/jerrykuku/luci-theme-argon/pulls
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[issues]: https://github.com/jerrykuku/luci-theme-argon/issues/new
[issues-badge]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=flat-square
[release]: https://github.com/jerrykuku/luci-theme-argon/releases
[release-badge]: https://img.shields.io/github/v/release/jerrykuku/luci-theme-argon?include_prereleases& style=flat-square
[download]: https://github.com/jerrykuku/luci-theme-argon/releases
[download-badge]: https://img.shields.io/github/downloads/jerrykuku/luci-theme-argon/total?style=flat-square
[contact]: https://t.me/jerryk6
[contact-badge]: https://img.shields.io/badge/Contact-telegram-blue?style=flat-square
[en-us-link]: /README.md
[zh-cn-link]: /README_ZH.md
[en-us-release-log]: /RELEASE.md
[zh-cn-release-log]: /RELEASE_ZH.md
[config-link]: https://github.com/jerrykuku/luci-app-argon-config/releases
[lede]: https://github.com/coolsnowwolf/lede
[official]: https://github.com/openwrt/openwrt
[immortalwrt]: https://github.com/immortalwrt/immortalwrt
2022-05-23 18:41:24 +00:00
< div align = "center" >
2024-02-19 13:17:15 +00:00
< img src = "https://raw.githubusercontent.com/jerrykuku/staff/master/argon_title4.svg" >
# A brand new OpenWrt LuCI theme
Argon is **a clean and tidy OpenWrt LuCI theme** that allows< br />
users to customize their login interface with images or videos.
It also supports automatic and manual switching between light and dark modes.
[![license][license-badge]][license]
[![prs][prs-badge]][prs]
[![issues][issues-badge]][issues]
[![release][release-badge]][release]
[![download][download-badge]][download]
[![contact][contact-badge]][contact]
**English** |
[简体中文][zh-cn-link]
[Key Features ](#key-features ) •
[Branch ](#branch-introduction ) •
[Version History ](#version-history ) •
[Getting started ](#getting-started ) •
[Screenshots ](#screenshots ) •
[Contributors ](#contributors ) •
[Credits ](#credits )
< img src = "https://raw.githubusercontent.com/jerrykuku/staff/master/argon2.gif" >
2022-05-23 18:41:24 +00:00
< / div >
2024-02-19 13:17:15 +00:00
## Key Features
2022-05-23 18:41:24 +00:00
2024-02-19 13:17:15 +00:00
- 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][config-link]
## Branch Introduction
There are currently two main branches that are adapted to different versions of the **OpenWrt** source code.
The table below will provide a detailed introduction:
| Branch | Version | Description | Matching source |
| ------ | ------- | ---------------------------------- | --------------------------------------------------------- |
| master | v2.x.x | Support the latest version of LuCI | [Official OpenWrt][official] • [ImmortalWrt][immortalwrt] |
| 18.06 | v1.x.x | Support the 18.06 version of LuCI | [Lean's LEDE][lede] |
## Version History
The latest version is v2.3.1 [Click here][en-us-release-log] to view the full version history record.
## Getting started
2022-05-23 18:41:24 +00:00
2024-02-19 13:17:15 +00:00
### Build for Lean's LEDE project
2022-05-23 18:41:24 +00:00
2024-02-19 13:17:15 +00:00
```bash
cd lede/package/lean
rm -rf luci-theme-argon
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git luci-theme-argon
make menuconfig #choose LUCI->Theme->Luci-theme-argon
make -j1 V=s
2022-05-23 18:41:24 +00:00
```
2024-02-19 13:17:15 +00:00
### Build for OpenWrt official SnapShots and ImmortalWrt
```bash
2022-05-23 18:41:24 +00:00
cd openwrt/package
2024-02-19 13:17:15 +00:00
git clone https://github.com/jerrykuku/luci-theme-argon.git
make menuconfig #choose LUCI->Theme->Luci-theme-argon
make -j1 V=s
2022-05-23 18:41:24 +00:00
```
2024-02-19 13:17:15 +00:00
### Install for LuCI 18.06 ( Lean's LEDE )
2022-05-23 18:41:24 +00:00
2024-02-19 13:17:15 +00:00
```bash
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v1.8.2/luci-theme-argon_1.8.2-20230609_all.ipk
2022-05-23 18:41:24 +00:00
opkg install luci-theme-argon*.ipk
```
2024-02-19 13:17:15 +00:00
### Install for OpenWrt official SnapShots and ImmortalWrt
2022-05-23 18:41:24 +00:00
2024-02-19 13:17:15 +00:00
```bash
2022-05-23 18:41:24 +00:00
opkg install luci-compat
opkg install luci-lib-ipkg
2024-02-19 13:17:15 +00:00
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.3.1/luci-theme-argon_2.3.1_all.ipk
2022-05-23 18:41:24 +00:00
opkg install luci-theme-argon*.ipk
```
2024-02-19 13:17:15 +00:00
### Install luci-app-argon-config
```bash
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
```
## Notice
- Chrome browser is highly recommended. There are some new css3 features used in this theme, currently only Chrome has the best compatibility.
- Microsoft has officially retired Internet Explorer, RIP IE🙏< del > Currently, the mainline version of the IE series has bugs that need to be addressed.</ del >
- FireFox does not enable the backdrop-filter by default, [see here ](https://developer.mozilla.org/zh-CN/docs/Web/CSS/backdrop-filter ) for the opening method.
## Screenshots
![desktop ](/Screenshots/screenshot_pc.jpg )
![mobile ](/Screenshots/screenshot_phone.jpg )
## Contributors
< a href = "https://github.com/jerrykuku/luci-theme-argon/graphs/contributors" >
< img src = "https://contrib.rocks/image?repo=jerrykuku/luci-theme-argon&v=2" / >
< / a >
Made with [contrib.rocks ](https://contrib.rocks ).
## Related Projects
- [luci-app-argon-config ](https://github.com/jerrykuku/luci-app-argon-config ): Argon theme config plugin
- [openwrt-package ](https://github.com/jerrykuku/openwrt-package ): My OpenWrt package
- [CasaOS ](https://github.com/IceWhaleTech/CasaOS ): A simple, easy-to-use, elegant open-source Personal Cloud system (My current main project)
## Credits
2022-05-23 18:41:24 +00:00
2024-02-19 13:17:15 +00:00
[luci-theme-material ](https://github.com/LuttyYang/luci-theme-material/ )