jenkins-material-theme icon indicating copy to clipboard operation
jenkins-material-theme copied to clipboard

dark theme

Open dcrystalj opened this issue 7 years ago • 8 comments

Is there a way to support dark theme? basically white font and black background.

dcrystalj avatar Sep 01 '17 08:09 dcrystalj

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.

DJViking avatar Apr 26 '18 10:04 DJViking

+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.

brandonshough avatar Oct 18 '18 18:10 brandonshough

+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!!!

tomer-ds avatar May 14 '19 09:05 tomer-ds

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;
}

nagorn-sm avatar Oct 31 '19 18:10 nagorn-sm

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?

frasten avatar Jul 13 '20 16:07 frasten

A true dark mode would be awesome. The dark theme for jenkins is nice, but the icons are so heinous.

samwar avatar Mar 17 '21 02:03 samwar

That would be awesome. +1

fguillotpro avatar Jun 04 '21 13:06 fguillotpro

+1

nook24 avatar Nov 26 '21 07:11 nook24