A premium dark theme for Jellyfin 10.11.10+ inspired by Apple TV and Plex. Features glassmorphism, cinematic effects, and smooth animations.
- Apple TV / Plex Style - Premium dark interface
- Glassmorphism - Frosted glass effects with backdrop blur
- Cyan Accent Colors - Modern streaming platform look
- Smooth Animations - Hover effects, transitions, page animations
- Responsive - Works on desktop, mobile, and TV clients
- Customizable - Easy to modify via CSS variables
- Pure Black Background - Perfect for OLED displays
- Jellyfin 10.11.x and above
- All web browsers (Chrome, Firefox, Safari, Edge)
- Jellyfin mobile apps (iOS/Android)
- Jellyfin media player
- Open Jellyfin Dashboard > Branding > Custom CSS
- Add the following line:
@import url('https://cdn.jsdelivr.net/gh/Geounix/novastream@v3.0/theme.css');
- Click Save - No restart required
- Install the Skin Manager plugin from the Jellyfin plugin catalog
- Add the NovaStream repository URL
- Select and apply NovaStream from the plugin interface
Add to Dashboard > Branding > Custom CSS:
:root {
--ns-accent: #ff6b6b; /* Red */
--ns-accent: #51cf66; /* Green */
--ns-accent: #ffd43b; /* Yellow */
--ns-accent: #cc5de8; /* Purple */
--ns-accent: #ff922b; /* Orange */
--ns-accent: #00d4ff; /* Cyan (default) */
}:root {
--ns-blur: 10px; /* Lighter blur */
--ns-blur-heavy: 30px; /* Heavier blur */
--ns-glass-bg: rgba(255, 255, 255, 0.08); /* More opaque glass */
}novastream/
├── theme.css # Single-file theme (import this one)
├── variables.css # (Legacy) CSS variables
├── components.css # (Legacy) Component styles
├── animations.css # (Legacy) Animations
└── README.md # This file
Note: v3.0+ is a single
theme.cssfile containing all styles. The legacy files are no longer needed.
- Clear browser cache (Ctrl+F5 / Cmd+Shift+R)
- Verify the CDN URL is correct
- Check browser console for CSS errors (F12)
- Ensure your browser supports
backdrop-filter - Chrome, Edge, and Safari have full support
- Firefox has full support since v103
GPL-3.0 - Same as Jellyfin