Skip to content

Commit

Permalink
Readme!
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaCooljx committed Dec 31, 2024
1 parent ef6b616 commit b8f1115
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# luci-theme-material3
A Material Design 3 theme for OpenWrt Luci.

This is a personal project based on the LuCI Bootstrap theme, imitating the Material Design 3 style. Since I'm not very familiar with web theme design, the CSS code might be a bit messy. Some of the project code was completed with the assistance of Cursor AI.


## ✨ Preview
<table>
<tr>
<th>🖥️ Desktop</th>
<th>📱 Mobile</th>
</tr>
<tr>
<td><img src="imgs/md3-desktop-overview.jpg" style="max-height: 600px;" /></td>
<td><img src="imgs/md3-mobile-overview.jpg" style="max-height: 600px;" /></td>
</tr>
</table>

### 🎨 All color schemes
<table>
<tr>
<td><img src="imgs/md3-mobile-default.jpg" /></td>
<td><img src="imgs/md3-mobile-blue.jpg" /></td>
<td><img src="imgs/md3-mobile-green.jpg" /></td>
<td><img src="imgs/md3-mobile-red.jpg" /></td>
</tr>
</table>

### 📝 ToDo
- [ ] Dark themes
- [ ] Fix some style issues
- [ ] Add more color schemes
- [ ] Improve to be closer to MD3 principles
- [ ] Optimize CSS...

## 🙏 Credits
- [OpenWrt Luci](https://github.com/openwrt/luci)
- [Cursor](https://www.cursor.com/)
- [MDUI](https://www.mdui.org/zh-cn/)
- [Material Design 3](https://m3.material.io/)
- [Reddit - LuCI theme bootstrap: Some modifications using userstyle](https://www.reddit.com/r/openwrt/comments/qmtmpf/lucithemebootstrap_some_modifications_using/)
Binary file added imgs/md3-desktop-overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/md3-mobile-blue.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/md3-mobile-default.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/md3-mobile-green.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/md3-mobile-overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/md3-mobile-red.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8f1115

Please sign in to comment.