forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96bab7c
commit e893a3c
Showing
27 changed files
with
3,272 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# | ||
# Copyright (C) 2008-2014 The LuCI Team <[email protected]> | ||
# | ||
# This is free software, licensed under the Apache License, Version 2.0 . | ||
# | ||
|
||
include $(TOPDIR)/rules.mk | ||
|
||
LUCI_TITLE:=Rosy Theme | ||
LUCI_DEPENDS:= | ||
|
||
include $(TOPDIR)/feeds/luci/luci.mk | ||
|
||
# call BuildPackage - OpenWrt buildroot signature |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# LuCI Rosy Theme | ||
|
||
## About | ||
Rosy is a concise and flat theme based on OpenWrt's web management interface. And it is based on luci-theme-material and JQ. **openwrt-18.06** branch is recommended if you are interested in this project. | ||
|
||
## Usage | ||
* If there's a previous LuCI in your buildroot, clone this project to one of directory under package/xxx. | ||
|
||
* Otherwise you can use LuCI feed from [here](https://github.com/rosywrt/luci). | ||
|
||
## Contact | ||
* Bug Report : https://github.com/rosywrt/luci-theme-rosy/issues | ||
|
||
* QQ Gourp : 428742246 | ||
|
||
## License | ||
LuCI Theme Rosy: Copyright 2018 RosyWrt | ||
|
||
LuCI Theme Material: Copyright 2015 Lutty Yang | ||
|
||
LuCI Theme Bootstrap: Copyright 2012 Nut & Bolt | ||
|
||
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
## Previews on PC | ||
<div align=center><img src="https://raw.githubusercontent.com/rosywrt/luci-theme-rosy/master/previews/loggin-pc.png" alt="login-pc"/></div> | ||
|
||
<div align=center><img src="https://raw.githubusercontent.com/rosywrt/luci-theme-rosy/master/previews/overview-pc.png" alt="overview-pc"/></div> | ||
|
||
## Previews on Cell Phone | ||
<div align=center><img src="https://raw.githubusercontent.com/rosywrt/luci-theme-rosy/master/previews/loggin-mobile.png" alt="login-mobile"/></div> | ||
|
||
<div align=center><img src="https://raw.githubusercontent.com/rosywrt/luci-theme-rosy/master/previews/overview-mobile.png" alt="overview-mobile"/></div> |
Oops, something went wrong.