Skip to content

Instantly share code, notes, and snippets.

@curzona
Created April 6, 2014 09:46
Show Gist options
  • Save curzona/10003755 to your computer and use it in GitHub Desktop.
Save curzona/10003755 to your computer and use it in GitHub Desktop.
TeamCity dark theme for http://userstyles.org/
@-moz-document url-prefix("https://<TEAMCITY_SERVER>/viewLog.html") {
/* Timestamp */
.log .ts, .log .time, .log .ts_in {
color: #6C6C6C;
}
/* Messages */
.l0, .l1, .l2, .l3, .l4, .l5, .l6, .l7, .l8, .l9, .l10, .l11, .l12, .l13, .l14, .l15, .l16, .l17, .l18, .l19, .l20, .l21, .l22, .l23, .l24, .l25, .lDeep {
color: white;
}
/* Hover Messages */
.rTree .hover, .rTree .withPopup, .rTree .hover .mark {
background-color: #444444;
}
/* Focus Messages */
.rTree .focus, .rTree .focus .mark {
background-color: #333333;
}
/* Log */
.log {
background-color: black;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment