firefox-gnome-theme/ui/gnome-3.18-dark.css

106 lines
6.3 KiB
CSS

@import "theme.css";
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Colors */
:root {
/* 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. */
/* Browser area before a page starts loading */
--gnome-browser-before-load-bgcolor: #2e3436;
/* Extra toolbars like the bookmark bar */
--toolbar-bgcolor: var(--gnome-tabbar-bgcolor) !important;
--toolbar-bgimage: none !important;
/* Header bar */
--gnome-headerbar-bgimage: linear-gradient(rgb(67, 74, 74), rgb(57, 63, 63));
--gnome-headerbar-border-bottom: 1px solid rgb(28, 31, 31);
--gnome-headerbar-box-shadow: 0 -1px rgb(45, 50, 50) inset, 0 1px rgba(238, 238, 236, .1) inset;
--gnome-headerbar-button-bgimage: linear-gradient(rgb(69, 76, 76), rgb(57, 63, 63) 40%, rgb(45, 50, 50));
--gnome-headerbar-button-border: 1px solid rgba(28, 31, 31);
--gnome-headerbar-button-border-bottom: var(--gnome-headerbar-button-border);
--gnome-headerbar-button-box-shadow: 0 1px rgba(255, 255, 255, .1) inset, 0 1px rgba(238, 238, 236, .1);
--gnome-headerbar-button-hover-bgimage: linear-gradient(rgb(91, 100, 100), rgb(67, 73, 73) 40%, rgb(55, 60, 60));
--gnome-headerbar-button-active-bgimage: linear-gradient(rgb(35, 39, 39), rgb(41, 45, 45) 40%, rgb(45, 50, 50));
--gnome-headerbar-button-active-box-shadow: 0 1px rgba(0, 0, 0, .07) inset, 0 2px 1px -2px rgba(0, 0, 0, .6) inset, 0 1px rgba(238, 238, 236, .1);
--gnome-headerbar-button-disabled-bgcolor: #323636;
--gnome-headerbar-button-disabled-border: var(--gnome-headerbar-button-border);
--gnome-headerbar-button-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0) inset, 0 1px rgba(238, 238, 236, .1);
--gnome-inactive-headerbar-bgimage: linear-gradient(rgba(57, 63, 63), rgba(57, 63, 63));
--gnome-inactive-headerbar-border-bottom: 1px solid rgb(30, 34, 34);
--gnome-inactive-headerbar-box-shadow: 0 1px rgba(238, 238, 236, .1) inset;
--gnome-inactive-headerbar-button-bgimage: linear-gradient(rgb(57, 63, 63), rgb(57, 63, 63));
--gnome-inactive-headerbar-button-border: 1px solid rgba(30, 34, 34);
--gnome-inactive-headerbar-button-border-bottom: var(--gnome-inactive-headerbar-button-border);
--gnome-inactive-headerbar-button-box-shadow: 0 1px rgba(255, 255, 255, 0) inset, 0 1px rgba(238, 238, 236, 0);
--gnome-inactive-headerbar-button-disabled-bgcolor: var(--gnome-headerbar-button-disabled-bgcolor);
--gnome-inactive-headerbar-button-disabled-border: var(--gnome-inactive-headerbar-button-border);
--gnome-inactive-headerbar-button-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0) inset, 0 1px rgba(238, 238, 236, 0);
/* URL bar */
--gnome-urlbar-bgimage: linear-gradient(rgb(28, 31, 31), rgb(35, 37, 37) 3px, rgb(41, 41, 41) 90%);
--gnome-urlbar-border: 1px solid #1e2222;
--gnome-urlbar-box-shadow: 0 0 0 1px rgba(33, 93, 156, 0) inset, 0 1px rgba(238, 238, 236, .1);
--gnome-urlbar-color: #fff;
--gnome-urlbar-height: 32px;
--gnome-inactive-urlbar-bgimage: linear-gradient(rgb(44, 44, 44), rgb(44, 44, 44));
--gnome-inactive-urlbar-border: 1px solid rgb(30, 34, 34);
--gnome-inactive-urlbar-box-shadow: 0 1px rgba(238, 238, 236, 0);
--gnome-inactive-urlbar-color: rgb(212, 212, 212);
--gnome-focused-urlbar-border-color: #0f2a46;
--gnome-focused-urlbar-outline: 1px solid #21578f;
/* for private-urlbar.css only */
--gnome-private-urlbar-bgimage: linear-gradient(#25003e, #25003e);
/* Tab bar */
--gnome-tabbar-bgcolor: #2f3434;
--gnome-tabbar-border-bottom: 1px solid #1e2222;
--gnome-tabbar-tab-color: rgb(147, 150, 149);
--gnome-tabbar-tab-hover-bgcolor: var(--gnome-tabbar-bgcolor);
--gnome-tabbar-tab-hover-border-bottom: 3px solid #1c1f1f;
--gnome-tabbar-tab-hover-border-sides: 1px solid #2a2f2f;
--gnome-tabbar-tab-hover-color: rgb(192, 194, 192);
--gnome-tabbar-tab-active-bgcolor: #343939;
--gnome-tabbar-tab-active-border-bottom: 3px solid #215d9c;
--gnome-tabbar-tab-active-border-color-sides: #282b2b;
--gnome-tabbar-tab-active-color: rgb(238, 238, 236);
--gnome-tabbar-tab-active-hover-bgcolor: #363c3c;
--gnome-inactive-tabbar-bgcolor: var(--gnome-tabbar-bgcolor);
--gnome-inactive-tabbar-border-bottom: var(--gnome-tabbar-border-bottom);
--gnome-inactive-tabbar-tab-color: rgb(120, 126, 126);
--gnome-inactive-tabbar-tab-active-bgcolor: #393f3f;
--gnome-inactive-tabbar-tab-active-border-bottom: var(--gnome-tabbar-tab-active-border-bottom);
--gnome-inactive-tabbar-tab-active-border-color-sides: #1e2222;
--gnome-inactive-tabbar-tab-active-color: rgb(147, 150, 149);
--gnome-tabbar-tab-icon-filter: invert(100%) sepia(100%) grayscale(100%) brightness(200%) brightness(85%);
/* Bookmark bar */
--gnome-bookmarkbar-border-bottom: 1px solid #1e2222;
--gnome-bookmarkbar-height: 38px;
--gnome-inactive-bookmarkbar-border-bottom: var(--gnome-bookmarkbar-border-bottom);
/* Burger menu */
/*--arrowpanel-padding: 10px;*/
/*--arrowpanel-background: -moz-field;*/
--arrowpanel-color: #d3d4d2 !important; /* applies to text and icons */
/*--arrowpanel-border-color: ThreeDShadow;*/
/* Dirty hack for replaced symbolic icons, they load from
* /usr/share/icons/<theme>/ and on some systems they need to be
* inverted, on others they don't, adjusts the filters below to your
* needs (you may also adjust icon brightness here). */
--gnome-icons-hack-filter: invert(85%); /* without invert: none */
--gnome-icons-hack-close-button-border: 1px solid #e3e0e0; /* without invert: 1px solid #1c1f1f */
--gnome-icons-hack-close-button-border-bottom: var(--gnome-icons-hack-close-button-border);
--gnome-icons-hack-close-button-filter: invert(100%); /* without invert: none */
--gnome-icons-hack-close-button-hover-bgimage: none; /* without invert: none */
--gnome-icons-hack-close-button-hover-box-shadow: none; /* without invert: none */
--gnome-icons-hack-close-button-active-bgimage: linear-gradient(rgb(220, 216, 216), rgb(214, 210, 210) 40%, rgb(210, 205, 205));
/* ^ without invert: linear-gradient(rgb(35, 39, 39), rgb(41, 45, 45) 40%, rgb(45, 50, 50)) */
--gnome-icons-hack-close-button-active-box-shadow: 0 1px rgba(255, 255, 255, .07) inset, 0 2px 1px -2px rgba(255, 255, 255, .6) inset, 0 1px rgba(17, 17, 19, .1);
/* ^ without invert: 0 1px rgba(0, 0, 0, .07) inset, 0 2px 1px -2px rgba(0, 0, 0, .6) inset, 0 1px rgba(238, 238, 236, .1) */
}