Skip to content

Commit

Permalink
add LuCI Rosy Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
inlyt authored and coolsnowwolf committed Dec 31, 2018
1 parent 96bab7c commit e893a3c
Show file tree
Hide file tree
Showing 27 changed files with 3,272 additions and 0 deletions.
14 changes: 14 additions & 0 deletions LuCI-Rosy-master/Makefile
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
33 changes: 33 additions & 0 deletions LuCI-Rosy-master/README.md
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>
Loading

0 comments on commit e893a3c

Please sign in to comment.