diff --git a/README.md b/README.md index 9a02fd7..26308c4 100644 --- a/README.md +++ b/README.md @@ -1,84 +1,47 @@

- Logo
- - Catppuccin for Jellyfin - + Logo +
+ Dracula Theme for Jellyfin

- +
+ 🏰 Website + · + 📰 Blog + · + 😎 PRO + · + 🧱 UI + · + 👕 Shop +

- - - + The most famous dark theme ever created and available everywhere now for Jellyfin. 🦇

+
-

- -

+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. -## Previews -
- 🌻 Latte - -
-
- 🪴 Frappé - -
-
- 🌺 Macchiato - -
-
- 🌿 Mocha - -
+ +#### Useful links + +- 🌃 Read about the [**origin of the Dracula theme**](https://draculatheme.com/about); +- 🐛 Report bugs on the theme's [**GitHub issues**](https://github.com/dracula); +- ✨ Discover how to [**create a new theme**](https://draculatheme.com/contribute) using the official color palette. ## 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 - @import url('https://jellyfin.catppuccin.com/theme.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'); + @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'); ``` 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 - [Adam](https://github.com/adamperkowski) - [Isabel](https://github.com/isabelroses) - [mxgic1337](https://github.com/mxgic1337) - -  - -

- -

- -

- Copyright © 2021-present Catppuccin Org -

- -

- -

+- [Dracula Team](https://github.com/dracula)