This commit is contained in:
isabel
2023-03-11 20:25:24 +00:00
parent d4dcb66349
commit d1ed82fccc
11 changed files with 227 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2021 Catppuccin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+63
View File
@@ -0,0 +1,63 @@
<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://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
Catppuccin for <a href="https://jellyfin.org">jellyfin</a>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
</h3>
<p align="center">
<a href="https://github.com/isabelroses/jellyfin/stargazers"><img src="https://img.shields.io/github/stars/isabelroses/jellyfin?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/template/issues"><img src="https://img.shields.io/github/issues/isabelroses/jellyfin?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/isabelroses/jellyfin/contributors"><img src="https://img.shields.io/github/contributors/isabelroses/jellyfin?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p>
<p align="center">
<img src="/assets/preview.webp"/>
</p>
## Previews
<details>
<summary>🌻 Latte</summary>
<img src="/assets/latte.png"/>
</details>
<details>
<summary>🪴 Frappé</summary>
<img src="/assets/frappe.png"/>
</details>
<details>
<summary>🌺 Macchiato</summary>
<img src="/assets/macchiato.png"/>
</details>
<details>
<summary>🌿 Mocha</summary>
<img src="/assets/mocha.png"/>
</details>
## Usage
1. Copy your theme from:
- [🌻 Catppuccin Latte](/src/latte.css?raw=1)
- [🪴 Catppuccin Frappe](/src/frappe.css?raw=1)
- [🌺 Catppuccin Macchiato](/src/macchiato.css?raw=1)
- [🌿 Catppuccin Mocha](/src/mocha.css?raw=1)
2. Open settings navigate to Display and from there paste the css into the section called "Custom CSS code:"
3. Then press save and you're done!
## 💝 Thanks to
- [Isabel](https://github.com/isabelroses)
&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>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 739 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 762 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 758 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 KiB

+35
View File
@@ -183,3 +183,38 @@ html {
.button-flat:hover {
color: var(--main-color);
}
.sectionTitle,
.cardText,
.pageTitle,
.detailSectionContent,
.trackSelections,
.emby-input,
.checkboxLabel,
.itemDetailsGroup,
.checkboxOutline,
.emby-textarea,
.emby-select,
.label,
.selectLabel,
.sidebarHeader,
.listItem,
.dashboardGeneralForm,
.dashboardSections,
.navMenuOption,
.inputLabel,
.content-primary,
legend {
color: var(--main-text);
}
.fieldDescription,
.secondary,
.listItemBodyText {
color: var(--dimmer-text);
}
.sessionAppName,
.sessionNowPlayingInfo {
color: var(--main-background);
}
+38 -1
View File
@@ -40,8 +40,10 @@ html {
background: var(--main-background);
}
.navMenuOption-selected {
.navMenuOption-selected,
.navMenuOption-selected:hover {
background-color: var(--main-color);
color: var(--main-background);
}
.itemName {
@@ -183,3 +185,38 @@ html {
.button-flat:hover {
color: var(--main-color);
}
.sectionTitle,
.cardText,
.pageTitle,
.detailSectionContent,
.trackSelections,
.emby-input,
.checkboxLabel,
.itemDetailsGroup,
.checkboxOutline,
.emby-textarea,
.emby-select,
.label,
.selectLabel,
.sidebarHeader,
.listItem,
.dashboardGeneralForm,
.dashboardSections,
.navMenuOption,
.inputLabel,
.content-primary,
legend {
color: var(--main-text);
}
.fieldDescription,
.secondary,
.listItemBodyText {
color: var(--dimmer-text);
}
.sessionAppName,
.sessionNowPlayingInfo {
color: var(--main-background);
}
+35
View File
@@ -183,3 +183,38 @@ html {
.button-flat:hover {
color: var(--main-color);
}
.sectionTitle,
.cardText,
.pageTitle,
.detailSectionContent,
.trackSelections,
.emby-input,
.checkboxLabel,
.itemDetailsGroup,
.checkboxOutline,
.emby-textarea,
.emby-select,
.label,
.selectLabel,
.sidebarHeader,
.listItem,
.dashboardGeneralForm,
.dashboardSections,
.navMenuOption,
.inputLabel,
.content-primary,
legend {
color: var(--main-text);
}
.fieldDescription,
.secondary,
.listItemBodyText {
color: var(--dimmer-text);
}
.sessionAppName,
.sessionNowPlayingInfo {
color: var(--main-background);
}
+35
View File
@@ -183,3 +183,38 @@ html {
.button-flat:hover {
color: var(--main-color);
}
.sectionTitle,
.cardText,
.pageTitle,
.detailSectionContent,
.trackSelections,
.emby-input,
.checkboxLabel,
.itemDetailsGroup,
.checkboxOutline,
.emby-textarea,
.emby-select,
.label,
.selectLabel,
.sidebarHeader,
.listItem,
.dashboardGeneralForm,
.dashboardSections,
.navMenuOption,
.inputLabel,
.content-primary,
legend {
color: var(--main-text);
}
.fieldDescription,
.secondary,
.listItemBodyText {
color: var(--dimmer-text);
}
.sessionAppName,
.sessionNowPlayingInfo {
color: var(--main-background);
}