Skip to content

Instantly share code, notes, and snippets.

@beezly
Last active February 15, 2017 15:19
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 beezly/3137c7db87c08931f04c58543dcca8c7 to your computer and use it in GitHub Desktop.
Save beezly/3137c7db87c08931f04c58543dcca8c7 to your computer and use it in GitHub Desktop.
Make jenkins use White on Black text in the console. Use with the Chrome Stylish extension to apply to your instance of Jenkins. -- https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en
pre.console-output {
font: "Lucida Console", Monaco, monospace;
font-size: 11pt;
color: white;
background-color: black;
padding: 0.5em;
}
span.timestamp {
color: #888;
}
.console-output a {
color: #AAF !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment