Skip to content

Instantly share code, notes, and snippets.

@dumindu
Last active June 7, 2021 00:26
Show Gist options
  • Save dumindu/28e4312b38b91fbfb9b701c41ccc5b66 to your computer and use it in GitHub Desktop.
Save dumindu/28e4312b38b91fbfb9b701c41ccc5b66 to your computer and use it in GitHub Desktop.
Firefox Night Owl - V2
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
:root:-moz-lwtheme-brighttext {
--chrome-background-color: #424242 !important;
--chrome-color: #8f8f8f !important;
--chrome-secondary-background-color: #363636 !important;
--toolbox-border-bottom-color: #333333 !important;
--url-and-searchbar-border-color: #333333 !important;
--focus-ring-box-shadow: #191917 !important;
--url-and-searchbar-background-color: #363636 !important;
}
/* Remove white flash on tab load */
.browserContainer {
background-color: #363636 !important;
}
/* Fixing container tab borders */
[data-identity-color="blue"] {
--identity-tab-color: #7193F7 !important;
--identity-icon-color: #7193F7 !important;
}
[data-identity-color="green"] {
--identity-tab-color: #71F78A !important;
--identity-icon-color: #71F78A !important;
}
[data-identity-color="orange"] {
--identity-tab-color: #F2DE73 !important;
--identity-icon-color: #F2DE73 !important;
}
[data-identity-color="pink"] {
--identity-tab-color: #F771E7 !important;
--identity-icon-color: #F771E7 !important;
}
/* Make normal density theme bit compact */
:root:not([uidensity=compact]) #back-button {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
:root:not([uidensity=compact]) #back-button > .toolbarbutton-icon {
background-color: unset !important;
border: none !important;
}
@-moz-document url(about:newtab) {
.activity-stream {
background-color: #363636 !important;
}
.top-sites-list .top-site-outer > a {
color: #737373 !important;
}
.top-sites-list .top-site-outer .title.pinned span {
font-size: smaller !important;
}
.tile {
filter: grayscale(42%) !important;
opacity: .9 !important;
}
}
@dumindu
Copy link
Author

dumindu commented Nov 26, 2017

screen shot 2017-11-26 at 11 21 31 pm

screen shot 2017-11-26 at 11 22 25 pm

screen shot 2017-11-26 at 11 24 16 pm

screen shot 2017-11-26 at 11 23 21 pm

screen shot 2017-11-26 at 11 22 56 pm

screen shot 2017-11-26 at 11 24 55 pm

screen shot 2017-11-26 at 11 24 44 pm

@deepdmistry
Copy link

Hi, the multi account container toolbar is not visible while the light theme is on
image Do you know how to change its color so it shows up while the light theme is on.
Here is the same icon on dark theme:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment