docs(README): update theme import URLs (#17)

This commit is contained in:
Hammy
2025-03-08 23:18:29 +00:00
committed by GitHub
parent 905a4f60b9
commit 0a563f5f14
+5 -5
View File
@@ -38,19 +38,19 @@
1. Copy the theme import rule: 1. Copy the theme import rule:
```css ```css
@import url('https://catppuccin.github.io/jellyfin/theme.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" 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: 3. Copy your preferred flavor's import rule and paste it **after** the theme import:
```css ```css
/* 🌻 Latte */ /* 🌻 Latte */
@import url('https://catppuccin.github.io/jellyfin/catppuccin-latte.css'); @import url('https://jellyfin.catppuccin.com/catppuccin-latte.css');
/* 🪴 Frappé */ /* 🪴 Frappé */
@import url('https://catppuccin.github.io/jellyfin/catppuccin-frappe.css'); @import url('https://jellyfin.catppuccin.com/catppuccin-frappe.css');
/* 🌺 Macchiato */ /* 🌺 Macchiato */
@import url('https://catppuccin.github.io/jellyfin/catppuccin-macchiato.css'); @import url('https://jellyfin.catppuccin.com/catppuccin-macchiato.css');
/* 🌿 Mocha */ /* 🌿 Mocha */
@import url('https://catppuccin.github.io/jellyfin/catppuccin-mocha.css'); @import url('https://jellyfin.catppuccin.com/catppuccin-mocha.css');
``` ```
4. Press save and you're done! 4. Press save and you're done!