Update README.md

inital readme text to explain fork.
This commit is contained in:
2025-07-05 22:36:15 +02:00
committed by GitHub
parent 7480cf72ad
commit 515b068768
+28 -65
View File
@@ -1,84 +1,47 @@
<h3 align="center"> <h3 align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/> <img src="https://draculatheme.com/images/hero/dracula-icon.svg" width="100" alt="Logo"/>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/> <br/>
Catppuccin for <a href="https://jellyfin.org">Jellyfin</a> Dracula Theme for Jellyfin
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
</h3> </h3>
<h6 align="center">
<a href="https://draculatheme.com">🏰 Website</a>
·
<a href="https://draculatheme.com/blog">📰 Blog</a>
·
<a href="https://draculatheme.com/pro">😎 PRO</a>
·
<a href="https://ui.draculatheme.com">🧱 UI</a>
·
<a href="https://draculatheme.com/shop">👕 Shop</a>
</h6>
<p align="center"> <p align="center">
<a href="https://github.com/catppuccin/jellyfin/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/jellyfin?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a> The most famous <b>dark theme</b> ever created and <b>available everywhere now for Jellyfin.</b> 🦇
<a href="https://github.com/catppuccin/jellyfin/issues"><img src="https://img.shields.io/github/issues/catppuccin/jellyfin?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/jellyfin/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/jellyfin?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p> </p>
<hr/>
<p align="center"> The Dracula Theme for Jellyfin was created on the basis of the famous [**catpuccin theme for Jellyfin**](https://github.com/catppuccin/jellyfin). All credits go to the catpuccin team and the dracula team.
<img src="/assets/preview.webp"/>
</p>
## Previews
<details>
<summary>🌻 Latte</summary> #### Useful links
<img src="/assets/latte.webp"/>
</details> - 🌃 Read about the [**origin of the Dracula theme**](https://draculatheme.com/about);
<details> - 🐛 Report bugs on the theme's [**GitHub issues**](https://github.com/dracula);
<summary>🪴 Frappé</summary> - ✨ Discover how to [**create a new theme**](https://draculatheme.com/contribute) using the official color palette.
<img src="/assets/frappe.webp"/>
</details>
<details>
<summary>🌺 Macchiato</summary>
<img src="/assets/macchiato.webp"/>
</details>
<details>
<summary>🌿 Mocha</summary>
<img src="/assets/mocha.webp"/>
</details>
## Usage ## Usage
1. Copy the theme import rule: 1. Open settings, navigate to Display and paste the CSS into the section called "Custom CSS code"
2. Copy your preferred flavor's import rule and paste it **after** the theme import:
```css ```css
@import url('https://jellyfin.catppuccin.com/theme.css'); @import url('https://cdn.jsdelivr.net/gh/Domoel/jellyfin-dracula-theme/themes.css');
``` @import url('https://cdn.jsdelivr.net/gh/Domoel/jellyfin-dracula-theme/themes/dracula.css');
2. Open settings, navigate to Display and paste the CSS into the section called "Custom CSS code"
3. Copy your preferred flavor's import rule and paste it **after** the theme import:
```css
/* 🌻 Latte */
@import url('https://jellyfin.catppuccin.com/catppuccin-latte.css');
/* 🪴 Frappé */
@import url('https://jellyfin.catppuccin.com/catppuccin-frappe.css');
/* 🌺 Macchiato */
@import url('https://jellyfin.catppuccin.com/catppuccin-macchiato.css');
/* 🌿 Mocha */
@import url('https://jellyfin.catppuccin.com/catppuccin-mocha.css');
``` ```
4. Press save and you're done! 4. Press save and you're done!
## Customization
The accent color can be overrided by adding the following **after** the imports:
```css
:root {
--main-color: var(--sapphire);
}
```
## 💝 Thanks to ## 💝 Thanks to
- [Adam](https://github.com/adamperkowski) - [Adam](https://github.com/adamperkowski)
- [Isabel](https://github.com/isabelroses) - [Isabel](https://github.com/isabelroses)
- [mxgic1337](https://github.com/mxgic1337) - [mxgic1337](https://github.com/mxgic1337)
- [Dracula Team](https://github.com/dracula)
&nbsp;
<p align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" />
</p>
<p align="center">
Copyright &copy; 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
</p>
<p align="center">
<a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
</p>