Skip to content

Instantly share code, notes, and snippets.

@am
Last active October 9, 2018 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save am/27070e66da45cb8aa4fd10155bf806ba to your computer and use it in GitHub Desktop.
Save am/27070e66da45cb8aa4fd10155bf806ba to your computer and use it in GitHub Desktop.
Gmail Dark Overrides
/* sidebar */
.aZ6 {
background-color: #282a2e;
}
/* sidebar-bottom */
.bhZ.bym .aj5, .vhZ.bjB .aj5 {
background-color: #1d1f21;
}
/* header */
header.gb_Ta {
background-color: #282a2e !important;
box-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
}
.gb_fe .gb_Se {
background-color: #1d1f21;
}
/* messages list item */
.zA {
background-color: #1d1f21;
}
.zA:hover {
box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.12);
background-color: #282a2e;
}
/* topbar tools */
.G-atb, .aeH {
background-color: #282a2e;
}
/* compose button */
.z0>.L3 {
color: #ffffff;
background-color: #373b41;
}
.z0>.L3:hover, .z0>.L3:focus {
background-color: #1d1f21;
}
/* main container */
.bkK {
background-color: #1d1f21;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment