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

14 lines
442 B
CSS
Raw Normal View History

@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 */
2023-07-13 03:50:17 +03:00
--gnome-accent-bg: #16A085;
--gnome-accent: #16A085;
}
}