firefox-gnome-theme/theme/colors/dark-yaru.css

16 lines
524 B
CSS

@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);
}
}