A modern dark theme for Jellyfin Media Server with lime green accents and Persian/Arabic font support.
- 🎨 Modern dark theme with lime green accents
- 🖌️ Refined UI elements and improved visual hierarchy
- 🔤 Built-in Persian/Arabic font support (IRAN font family)
- 📱 Responsive design for all screen sizes
- 🌙 Enhanced dark mode for better viewing experience
- ⚡ Lightweight CSS with minimal performance impact
- Go to Jellyfin dashboard:
Site > Dashboard > General > Custom CSS
- Add the following line:
@import url("https://cdn.jsdelivr.net/gh/amirehsan/jellyfincss@main/jellyfin-customized.css");
- Go to Jellyfin dashboard:
Site > Dashboard > General > Custom CSS
- Add both lines:
@import url("https://cdn.jsdelivr.net/gh/amirehsan/jellyfincss@main/jellyfin-customized.css");
html, body { font-family: 'IRAN', sans-serif !important; }
All colors are defined as CSS variables at the top of the stylesheet. To modify any color in the theme, you only need to change it in one place. For example, to change the primary color, find this section at the top of the CSS:
:root {
--color-primary: #ccff00;
/* other color variables */
}
To change the Jellyfin logo, add one of these options to Site > Dashboard > General > Custom CSS
:
.pageTitleWithDefaultLogo, .loginLogo {
background-image: url("path_to_your_logo");
}
.pageTitleWithDefaultLogo, .loginLogo {
background-image: url(data:image/png;base64,/* Your base64 image data */);
}
The theme includes the following Persian/Arabic font variants:
- IRAN (Normal) - For regular text
- IRAN Black - For extra bold headlines
- IRAN Bold - For emphasized text
- IRAN SemiBold - For medium emphasis
Tested and working on:
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
- Safari
Currently no known issues. If you find any, please report them in the Issues section.
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
If you encounter any problems or have suggestions:
- Check the Issues page for known problems
- Create a new issue if your problem is not yet reported
MIT Licens
This CSS theme is free to use, modify, and distribute. You can:
- Use it in personal and commercial projects
- Modify it to suit your needs
- Share it with others
No attribution required, though it's appreciated!