diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index cb45a4b..32bebf3 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -31,7 +31,7 @@ jobs: mkdir -p build cp themes/*.css build cd build - sed -i 's/\[URL\]/https:\/\/adamperkowski.github.io\/jellyfin/g' *.css + sed -i 's/\[URL\]/https:\/\/catppuccin.github.io\/jellyfin/g' *.css - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: diff --git a/README.md b/README.md index 2e5db36..b91836f 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@
@@ -38,19 +38,19 @@ 1. Copy the theme import rule: ```css - @import url('https://adamperkowski.github.io/jellyfin/theme.css'); + @import url('https://catppuccin.github.io/jellyfin/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://adamperkowski.github.io/jellyfin/catppuccin-latte.css'); + @import url('https://catppuccin.github.io/jellyfin/catppuccin-latte.css'); /* 🪴 Frappé */ - @import url('https://adamperkowski.github.io/jellyfin/catppuccin-frappe.css'); + @import url('https://catppuccin.github.io/jellyfin/catppuccin-frappe.css'); /* 🌺 Macchiato */ - @import url('https://adamperkowski.github.io/jellyfin/catppuccin-macchiato.css'); + @import url('https://catppuccin.github.io/jellyfin/catppuccin-macchiato.css'); /* 🌿 Mocha */ - @import url('https://adamperkowski.github.io/jellyfin/catppuccin-mocha.css'); + @import url('https://catppuccin.github.io/jellyfin/catppuccin-mocha.css'); ``` 4. Press save and you're done!