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

18 lines
514 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. */
:root {
/* Accent */
2023-07-13 03:50:17 +03:00
--gnome-accent-bg: #16A085;
--gnome-accent: #16A085;
}
/* Recolor some elements that are blue by default */
#tabbrowser-tabs {
2023-07-13 03:50:17 +03:00
--tab-loading-fill: #16A085! important;
}