Last active
July 25, 2024 19:50
-
-
Save dumindu/28e4312b38b91fbfb9b701c41ccc5b66 to your computer and use it in GitHub Desktop.
Firefox Night Owl - V2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use Chrome Store Foxified to install Dark Reader from Chrome store.