136 lines
5.6 KiB
CSS
136 lines
5.6 KiB
CSS
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
/* Browser area before a page starts loading */
|
|
--gnome-browser-before-load-background: #2e3440;
|
|
|
|
/* Accent */
|
|
--gnome-accent-bg: #3584e4;
|
|
--gnome-accent: #78aeed;
|
|
|
|
/* Toolbars */
|
|
--gnome-toolbar-background: var(--gnome-headerbar-background);
|
|
--gnome-toolbar-color: #d8dee9;
|
|
--gnome-toolbar-border-color: rgba(0, 0, 0, 0.36);
|
|
--gnome-toolbar-icon-fill: #eeeeec;
|
|
--gnome-inactive-toolbar-color: #919190;
|
|
--gnome-inactive-toolbar-background: var(
|
|
--gnome-inactive-headerbar-background
|
|
);
|
|
--gnome-inactive-toolbar-border-color: var(
|
|
--gnome-toolbar-border-color
|
|
);
|
|
--gnome-inactive-toolbar-icon-fill: #919190;
|
|
|
|
/* Sidebar */
|
|
--gnome-sidebar-background: var(--gnome-toolbar-background);
|
|
--gnome-inactive-sidebar-background: var(--gnome-sidebar-background);
|
|
|
|
/* Menus */
|
|
--gnome-menu-background: #3b4252;
|
|
--gnome-menu-border-color: rgba(0, 0, 0, 0.14);
|
|
--gnome-menu-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.09),
|
|
0 2px 14px 3px rgba(0, 0, 0, 0.05);
|
|
--gnome-menu-button-hover-background: var(--gnome-button-background);
|
|
--gnome-menu-separator-color: rgba(255, 255, 255, 0.1);
|
|
|
|
/* Header bar */
|
|
--gnome-headerbar-background: #2e3440;
|
|
--gnome-headerbar-border-color: var(--gnome-toolbar-border-color);
|
|
/* --gnome-inactive-headerbar-background: var(--gnome-browser-before-load-background);*/
|
|
--gnome-inactive-headerbar-background: #3b4252;
|
|
--gnome-inactive-headerbar-border-color: var(
|
|
--gnome-inactive-toolbar-border-color
|
|
);
|
|
|
|
/* Buttons */
|
|
--gnome-button-background: rgba(255, 255, 255, 0.1);
|
|
--gnome-button-hover-background: rgba(255, 255, 255, 0.15);
|
|
--gnome-button-active-background: rgba(255, 255, 255, 0.3);
|
|
--gnome-button-flat-hover-background: rgba(255, 255, 255, 0.07);
|
|
--gnome-button-flat-active-background: rgba(255, 255, 255, 0.1);
|
|
--gnome-button-suggested-action-background: var(--gnome-accent-bg);
|
|
--gnome-button-destructive-action-background: #e01b24;
|
|
|
|
--gnome-button-close-background: var(
|
|
--gnome-button-flat-hover-background
|
|
);
|
|
--gnome-button-hover-close-background: var(
|
|
--gnome-button-hover-background
|
|
);
|
|
--gnome-button-active-close-background: var(
|
|
--gnome-button-active-background
|
|
);
|
|
|
|
--gnome-toolbar-star-button: #f8e45c;
|
|
|
|
/* Entries */
|
|
--gnome-entry-background: rgba(255, 255, 255, 0.1);
|
|
--gnome-entry-color: #d8dee9;
|
|
--gnome-inactive-entry-color: #d6d6d6;
|
|
--gnome-focused-urlbar-border-color: rgba(
|
|
120,
|
|
174,
|
|
237,
|
|
0.5
|
|
); /* Same as --gnome-accent but with opacity*/
|
|
|
|
/* Switch */
|
|
--gnome-switch-background: rgba(255, 255, 255, 0.15);
|
|
--gnome-switch-slider-background: #d2d2d2;
|
|
--gnome-switch-active-background: var(--gnome-accent-bg);
|
|
--gnome-switch-active-slider-background: #d8dee9;
|
|
|
|
/* Tabs */
|
|
--gnome-tabbar-background: var(--gnome-headerbar-background);
|
|
--gnome-tabbar-tab-separator-color: rgba(255, 255, 255, 0.15);
|
|
--gnome-tabbar-tab-hover-background: #3a404b; /* Hardcoded color */
|
|
--gnome-tabbar-tab-active-background: #3f4551; /* Hardcoded color */
|
|
--gnome-tabbar-tab-active-background-contrast: #616979; /* Hardcoded color */
|
|
--gnome-tabbar-tab-active-hover-background: #444a56; /* Hardcoded color */
|
|
--gnome-inactive-tabbar-background: var(
|
|
--gnome-inactive-headerbar-background
|
|
);
|
|
--gnome-inactive-tabbar-tab-hover-background: #404857; /* Hardcoded color */
|
|
--gnome-inactive-tabbar-tab-active-background: #434a59; /* Hardcoded color */
|
|
--gnome-tab-button-background: rgba(0, 0, 0, 0.5);
|
|
--gnome-tab-button-hover-background: rgba(0, 0, 0, 0.6);
|
|
--gnome-tabbar-tab-identity-base-opacity: 0;
|
|
--gnome-tabbar-tab-needs-attetion: #546f8e;
|
|
}
|
|
|
|
/* Private window colors */
|
|
:root {
|
|
--gnome-private-accent: #71a1db;
|
|
|
|
/* Toolbars */
|
|
--gnome-private-toolbar-background: #1c2438;
|
|
--gnome-private-inactive-toolbar-background: var(
|
|
--gnome-private-toolbar-background
|
|
);
|
|
/* Menus */
|
|
--gnome-private-menu-background: #252f49;
|
|
/* Header bar */
|
|
--gnome-private-headerbar-background: #252f49;
|
|
--gnome-private-inactive-headerbar-background: var(
|
|
--gnome-private-toolbar-background
|
|
);
|
|
/* Tabs */
|
|
--gnome-private-tabbar-tab-hover-background: #343e56; /* Hardcoded color */
|
|
--gnome-private-tabbar-tab-active-background: #343e56; /* Hardcoded color */
|
|
--gnome-private-tabbar-tab-active-background-contrast: #495675; /* Hardcoded color */
|
|
--gnome-private-tabbar-tab-active-hover-background: #414a61; /* Hardcoded color */
|
|
--gnome-private-inactive-tabbar-tab-hover-background: #242c3f; /* Hardcoded color */
|
|
--gnome-private-inactive-tabbar-tab-active-background: #272e41; /* Hardcoded color */
|
|
|
|
/* Text color for Firefox Logo in new private tab */
|
|
--gnome-private-wordmark: #fbfbfe;
|
|
|
|
/* New private tab background */
|
|
--gnome-private-in-content-page-background: #1c2438;
|
|
|
|
/* Private browsing info box */
|
|
--gnome-private-text-primary-color: #fbfbfe;
|
|
}
|
|
}
|