Skip to content

Instantly share code, notes, and snippets.

@ChiChou
Last active October 17, 2016 06:06
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 ChiChou/f814fc6e8620c16d084ba6f98134d834 to your computer and use it in GitHub Desktop.
Save ChiChou/f814fc6e8620c16d084ba6f98134d834 to your computer and use it in GitHub Desktop.
Dark theme user style for google code
/**
Stylebot for Chrome:
https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha
Stylish for Safari:
http://sobolev.us/stylish/
**/
.focusableScrollPanel {
background: #191919;
color: #aaa;
}
.stx-comment, .stx-comment a {
color: #ff9090;
}
.stx-macro, .stx-macro a {
color: #d5a2ff;
}
.stx-plain {
color: #aaa;
}
.stx-keyword, .stx-keyword a {
color: #42a5ff;
}
.stx-string, .stx-string a {
color: #9cff9c;
}
.stx-number, .stx-number a {
color: #28a7a7;
}
.matches-on .chl {
background: #255177;
}
.content {
font-family: Monaco;
font-size: 16px;
}
.g-L {
background-color: #4c4c4b;
color: #fff;
}
.g-Tb {
background-color: #26404a;
}
.g-B {
margin-top: 6px;
}
.g-z {
margin-top: -14px;
}
.g-d>img {
-webkit-filter: invert(100%);
-moz-filter: invert(100%);
-ms-filter: invert(100%);
-o-filter: invert(100%);
filter: invert(100%);
}
.lineNumber {
font-size: 16px;
line-height: 1.25em;
}
a.lineNumber:link, a.lineNumber:visited {
color: #aaa;
background-color: #404040;
}
.z-d>a, .z-c>a {
color: #6cc0ea;
}
/* yet another theme */
.g-B {
margin-top: 6px !important;
}
.g-z {
margin-top: -14px !important;
}
.content, .lineNumber {
font-family: Monaco !important;
font-size: 16px !important;
line-height: 1.25em;
}
#sourcepanel {
filter: invert(100%);
}
#file_scroller.focusableScrollPanel.flexible {
background: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment