fix(twitch): enforce userstyles practices ^& overlay text (#106)
This commit is contained in:
parent
f4addca67a
commit
26c7368218
@ -2,15 +2,15 @@
|
|||||||
@name Twitch Catppuccin
|
@name Twitch Catppuccin
|
||||||
@namespace github.com/catppuccin/twitch
|
@namespace github.com/catppuccin/twitch
|
||||||
@homepageURL https://github.com/catppuccin/userstyles/styles/twitch
|
@homepageURL https://github.com/catppuccin/userstyles/styles/twitch
|
||||||
@version 1.1.2
|
@version 1.1.3
|
||||||
@description Soothing pastel theme for Twitch
|
@description Soothing pastel theme for Twitch
|
||||||
@author Catppuccin - mustafakhalaf-git
|
@author Catppuccin
|
||||||
@preprocessor less
|
@preprocessor less
|
||||||
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css
|
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css
|
||||||
@license MIT
|
@license MIT
|
||||||
|
|
||||||
@var select lightTheme "Light Variant" ["latte:Latte"]
|
@var select lightTheme "Light Variant" ["latte:Latte", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha"]
|
||||||
@var select darkTheme "Dark Variant" ["frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha"]
|
@var select darkTheme "Dark Variant" ["latte:Latte", frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha"]
|
||||||
@var select accentColor "Accent" ["rosewater:Rosewater", "flamingo:Flamingo", "pink:Pink", "mauve:Mauve", "red:Red*", "maroon:Maroon", "peach:Peach", "yellow:Yellow", "green:Green", "teal:Teal", "blue:Blue", "sapphire:Sapphire", "sky:Sky", "lavender:Lavender", "subtext0:Gray"]
|
@var select accentColor "Accent" ["rosewater:Rosewater", "flamingo:Flamingo", "pink:Pink", "mauve:Mauve", "red:Red*", "maroon:Maroon", "peach:Peach", "yellow:Yellow", "green:Green", "teal:Teal", "blue:Blue", "sapphire:Sapphire", "sky:Sky", "lavender:Lavender", "subtext0:Gray"]
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
@-moz-document domain("twitch.tv") {
|
@-moz-document domain("twitch.tv") {
|
||||||
@ -202,6 +202,9 @@
|
|||||||
color: @accent-Color;
|
color: @accent-Color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.eBmJxH {
|
||||||
|
color: @text;
|
||||||
|
}
|
||||||
.ffZeRf {
|
.ffZeRf {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
@ -252,7 +255,7 @@
|
|||||||
--color-text-input-placeholder: @text;
|
--color-text-input-placeholder: @text;
|
||||||
--color-border-input: @base;
|
--color-border-input: @base;
|
||||||
--color-text-button-primary: @crust;
|
--color-text-button-primary: @crust;
|
||||||
--color-text-overlay: @text;
|
--color-text-overlay: @base;
|
||||||
--color-text-base: @subtext1;
|
--color-text-base: @subtext1;
|
||||||
--color-text-alt: @subtext1;
|
--color-text-alt: @subtext1;
|
||||||
--color-text-alt-2: @text;
|
--color-text-alt-2: @text;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user