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.
| Desktop | Tablet | Phone |
|---|---|---|
![]() |
![]() |
![]() |
preview-demo.mp4
- New warm, neutral color palette replacing the cool blue-tinted scheme
- Calmer, less saturated tones across the entire interface
- Near-black dark mode instead of the previous teal-green
- New font stack: Inter for UI, Aeonik Pro for headings, Geist Mono for code
- Lighter heading weights for a more refined feel
- Larger body text for better readability
- Three-column docs-style layout: sidebar navigation, main content, and page table of contents
- Narrower content area for comfortable reading width
- Breadcrumb navigation on mobile showing current section and page
- Frosted glass header that becomes opaque on scroll
- Logo image next to device hostname
- Visible logout button on desktop
- Simple light/dark toggle replacing the three-way switcher
- Alert messages now appear as floating toasts in the top-right corner
- Toasts stack, animate in with a spring effect, and can be dismissed
- Smaller, cleaner buttons with softer corners
- Boolean checkboxes restyled as pill toggle switches
- Dropdowns show a checkmark next to the selected item
- Smoother focus states on all inputs
- Smooth fade between pages via View Transitions API
- Animated color shift when switching between light and dark mode
- Redesigned with a subtle dot-grid background pattern
- Cleaner card layout
- Floating toolbar with quick-access icon buttons
- Mega-menu and boxed dropdown navigation
- Three-position theme switcher in footer
- OpenWrt 23.05+
- Chrome/Edge 111+
- Safari 16.4+
- Firefox 128+
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.12.0-r20260304_all.ipk \
&& opkg install luci-theme-outline.ipkapk (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.12.0-r20260304.apk \
&& apk add --allow-untrusted luci-theme-outline.apkBuilt with Vite 7, Tailwind CSS v4, and pnpm. See Development docs.
Apache License 2.0. Based on luci-theme-aurora by eamonxg.


