Yet another Jellyfin Theme
This repository has been archived on 2024年05月16日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- CSS 100%
| assets | Dateien nach "assets" hochladen | |
| themes | Added .raised:focus border | |
| LICENSE | Initial commit | |
| README.md | README.md aktualisiert | |
Duo to current DDoS attacks on the Codeberg Platform the theme may not work. This is duo the use of Codeberg pages as CDN. Status - Mastodon
BlueBerry
Logo
( About - Screenshot )
What is it ?
It is a Custom Jellyfin Theme that basicly changes default colors. Screenshots
For some Custom Style Tweaks there will also be some Theme Mods that can get applyed with every other theme.
How to use it ?
Copy and Paste the line below either to your user or server settings.
@import url("https://udon.codeberg.page/BlueBerry/themes/blueberry.css");
With green accents:
@import url("https://udon.codeberg.page/BlueBerry/themes/greenberry.css");
Custom Colors
You want to use your own colors ? Simply use this with your own colors
@import url("https://udon.codeberg.page/BlueBerry/themes/blueberry.css");
:root{
--theme-background: #15192A;
--theme-background-sub: #1F263C;
--theme-main: #2B5DFF;
--theme-sub-light: #436FFF;
--theme-sub-dark: #173FC3;
--theme-sub-darker: #000D36;
}