Remove yaru color variant

Closes #535
This commit is contained in:
Rafael Mardojai CM 2023-04-11 18:33:59 -05:00
parent befb88b3c4
commit e342c054e1
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
3 changed files with 1 additions and 27 deletions

View File

@ -78,7 +78,7 @@ We also have the `beta` branch for fixes only aplicable to the current Firefox b
- `-t <theme_name>` *optional* - `-t <theme_name>` *optional*
- Set the colors used in the theme. - Set the colors used in the theme.
- Default: Adwaita. - Default: Adwaita.
- Options: `adwaita`, `maia`, `yaru`. - Options: `adwaita`, `maia`.
### One command curled script ### One command curled script

View File

@ -1,15 +0,0 @@
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Variables that start with --gnome- are added by me and are assigned
* to elements somewhere in this code. The rest of the variables are
* built-in in Firefox, so you need to add an !important if you wanna
* override them. */
@media (prefers-color-scheme: dark) {
:root {
/* Accent */
--gnome-accent: #864780;
/* Buttons */
--gnome-button-suggested-action-background: linear-gradient(to top, #155099 2px, #864780);
}
}

View File

@ -1,11 +0,0 @@
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Variables that start with --gnome- are added by me and are assigned
* to elements somewhere in this code. The rest of the variables are
* built-in in Firefox, so you need to add an !important if you wanna
* override them. */
:root {
/* Accent */
--gnome-accent: #864780;
}