jenkins-material-theme
jenkins-material-theme copied to clipboard
dark theme
Is there a way to support dark theme? basically white font and black background.
Would love a dark material theme. Or at least one that work with dark jenkins stylish theme. I am using the Dark Jenkins Stylish theme in addition, but when looking at Console Output the background is grey-ish with black text.
+1 this would be really nice. FWIW the existing themes render nicely with the Dark Reader Chrome and or Firefox plugin. It would be nice if this was native for Android / iOS viewing though.
+1 !!!!! I am currently using chrome extension that darkens webpages in general, but its not perfect on the material theme. A native dark mode would be a huge improvement!!!
Add below code as an Extra CSS in Theme section. It might not be the best fit but it help a lot.
body, form, p, table, td, th {
color: #ffff ! important;
background-color: #333 ! important;
}
#side-panel .task-link {
color: #fff;
}
.pane.build-details a, .pane.build-details a:visited {
color: white;
opacity: 0.6;
text-decoration: none;
}
.cbwf-dialog {
border-radius: 4px;
border: solid 1px #d7d7d7;
background-color: #666;
box-shadow: rgba(0, 0, 0, 0.25) 0 0 0 999em, rgba(0, 0, 0, 0.25) 0 0 0 1px, rgba(0, 0, 0, 0.33) 0 3px 10px;
}
.cbwf-dialog .header {
border-radius-topleft: 4px;
border-radius-topright: 4px;
background-color: #666;
padding: 7px 10px;
font-weight: bold;
font-size: 1.2em;
}
.cbwf-stage-logs .node-name {
padding: 5px 10px;
background-color: #666;
border-radius: 4px;
cursor: pointer;
}
Jenkins (since v2.239) is now supporting an official dark plugin (but those ugly icons): could it be a starting point to port this awesome theme to a dark flavour?
A true dark mode would be awesome. The dark theme for jenkins is nice, but the icons are so heinous.
That would be awesome. +1
+1