2
2
Fork
You've already forked jellyfin
0
🦑 cozy evergarden theme for jellyfin
  • CSS 100%
2026年03月17日 22:29:14 +01:00
.github/workflows feat: init 2025年12月11日 01:55:51 +01:00
assets feat: init 2025年12月11日 01:55:51 +01:00
themes chore: update themes 2026年03月17日 22:29:14 +01:00
.editorconfig feat: init 2025年12月11日 01:55:51 +01:00
.prettierignore feat: init 2025年12月11日 01:55:51 +01:00
.prettierrc.json feat: init 2025年12月11日 01:55:51 +01:00
jellyfin.tera feat: init 2025年12月11日 01:55:51 +01:00
LICENSE feat: init 2025年12月11日 01:55:51 +01:00
README.md docs(readme): sync with template 2026年01月18日 20:01:36 +01:00

Logo
Evergarden for Jellyfin

Previews

Winter
Fall
Spring
Summer

Usage

  1. Copy your preferred palette's import rule:
/* Winter */
@import url("https://everviolet.github.io/jellyfin/evergarden-winter.css");
/* Fall */
@import url("https://everviolet.github.io/jellyfin/evergarden-fall.css");
/* Spring */
@import url("https://everviolet.github.io/jellyfin/evergarden-spring.css");
/* Summer */
@import url("https://everviolet.github.io/jellyfin/evergarden-summer.css");
  1. Open settings, navigate to Display and paste the CSS into the section called "Custom CSS code"
  2. Press Save and enjoy the pretty colors!

Customization

The accent color can be overridden by adding the following after the import:

:root {
 --main-color: var(--pink);
}

Thanks to <3