diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..006383b --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..76c29fd --- /dev/null +++ b/README.md @@ -0,0 +1,63 @@ +

+
+
+
+
+
+
+
+
+ Copyright © 2021-present Catppuccin Org +
+ + diff --git a/assets/frappe.png b/assets/frappe.png new file mode 100644 index 0000000..8ee2269 Binary files /dev/null and b/assets/frappe.png differ diff --git a/assets/latte.png b/assets/latte.png new file mode 100644 index 0000000..d022f36 Binary files /dev/null and b/assets/latte.png differ diff --git a/assets/macchiato.png b/assets/macchiato.png new file mode 100644 index 0000000..a968cb2 Binary files /dev/null and b/assets/macchiato.png differ diff --git a/assets/mocha.png b/assets/mocha.png new file mode 100644 index 0000000..f516f09 Binary files /dev/null and b/assets/mocha.png differ diff --git a/assets/preview.webp b/assets/preview.webp new file mode 100644 index 0000000..f1ced1c Binary files /dev/null and b/assets/preview.webp differ diff --git a/frappe.css b/src/frappe.css similarity index 86% rename from frappe.css rename to src/frappe.css index 91d33de..174d129 100644 --- a/frappe.css +++ b/src/frappe.css @@ -182,4 +182,39 @@ html { .button-flat:focus, .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); } \ No newline at end of file diff --git a/latte.css b/src/latte.css similarity index 84% rename from latte.css rename to src/latte.css index 8e5f5ac..3dc6edc 100644 --- a/latte.css +++ b/src/latte.css @@ -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 { @@ -182,4 +184,39 @@ html { .button-flat:focus, .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); } \ No newline at end of file diff --git a/macchiato.css b/src/macchiato.css similarity index 86% rename from macchiato.css rename to src/macchiato.css index 2bd94be..5b83caf 100644 --- a/macchiato.css +++ b/src/macchiato.css @@ -182,4 +182,39 @@ html { .button-flat:focus, .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); } \ No newline at end of file diff --git a/mocha.css b/src/mocha.css similarity index 86% rename from mocha.css rename to src/mocha.css index dbc6d38..aa17764 100644 --- a/mocha.css +++ b/src/mocha.css @@ -182,4 +182,39 @@ html { .button-flat:focus, .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); } \ No newline at end of file