Skip to content

Instantly share code, notes, and snippets.

@x-magic
Created May 31, 2019 08:07
Show Gist options
  • Save x-magic/78af8328f233bd1d05b622693637bbe8 to your computer and use it in GitHub Desktop.
Save x-magic/78af8328f233bd1d05b622693637bbe8 to your computer and use it in GitHub Desktop.
Google Gmail sidebar invert color Dark Night Mode Theme
/* ==UserStyle==
@name Google Gmail sidebar invert color Dark Night Mode Theme
@namespace https://mail.google.com/mail
@version 1.1.5
@description Google Gmail sidebar invert color Dark Night Mode Theme - currently undergoing build
@author Someone
@updateURL https://gist.githubusercontent.com/x-magic/78af8328f233bd1d05b622693637bbe8/raw/darkgmailsidebarinvert.user.css
==/UserStyle== */
/* Originally from https://greasyfork.org/en/scripts/371510-google-gmail-sidebar-invert-color-dark-night-mode-theme */
@-moz-document regexp("https?:\\/\\/mail\\.google\\.com\\/mail\\/.*") {
.bq9 {
filter: invert(100%)hue-rotate(180deg)brightness(92%) !important;
}
.gb_Ra {
background-color: rgba(0, 0, 0, 0) !important;
border: 1px solid #00000000 !important;
}
#loading {
background-color: #171717 !important;
}
#loading div {
filter: invert(100%)hue-rotate(180deg)contrast(150%)brightness(70%)saturate(150%);
}
#loading div div,
#loading div div div,
#loading div div div div,
#loading div div div div div {
filter: none !important;
}
.z0 > .L3 {
background-color: #333 !important;
}
.z0 > .L3:hover,
.z0 > .L3:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.302), 0 4px 8px 3px rgba(0, 0, 0, 0.149) !important;
background-color: #000000 !important;
}
.z0 > .L3 {
color: #cecece !important;
}
.z0 > .L3:active {
background-color: #000000 !important;
}
.bhZ.bym,
.bhZ.bjB {
background-color: #212121 !important;
}
body .ibp-main-new-ui {
background: black !important;
color: #787b80 !important;
}
body .ibp-main-new-ui:hover {
background: #30303c!important;
color: #ccc !important;
}
.NI2kfb {
color: #000000;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment