Skip to content

tickcount/luci-theme

 
 

Repository files navigation

Outline Theme

A modern OpenWrt LuCI theme. Fork of luci-theme-aurora with a massive visual overhaul.

Heavily inspired by Claude Code docs, Mintlify documentation layouts, and 21st.dev sign-in components.

Preview

Desktop Tablet Phone
Desktop Tablet Phone
preview-demo.mp4

Compatibility

  • OpenWrt 23.05+
  • Chrome/Edge 111+
  • Safari 16.4+
  • Firefox 128+

Installation

OpenWrt 25.12+ and snapshots use apk; earlier versions use opkg.

opkg (OpenWrt < 25.12):

cd /tmp && uclient-fetch -O luci-theme-outline.ipk \
  https://github.com/tickcount/luci-theme/releases/latest/download/luci-theme-outline_0.11.0-r20260208_all.ipk \
  && opkg install luci-theme-outline.ipk

apk (OpenWrt 25.12+):

cd /tmp && uclient-fetch -O luci-theme-outline.apk \
  https://github.com/tickcount/luci-theme/releases/latest/download/luci-theme-outline-0.11.0-r20260208.apk \
  && apk add --allow-untrusted luci-theme-outline.apk

Development

Built with Vite 7, Tailwind CSS v4, and pnpm. See Development docs.

License

Apache License 2.0. Based on luci-theme-aurora by eamonxg.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 67.6%
  • JavaScript 25.5%
  • TypeScript 6.4%
  • Other 0.5%