afonsof / jenkins-material-theme

Beautify your Jenkins with the Material Design theme!
http://afonsof.com/jenkins-material-theme
MIT License
1.73k stars 357 forks source link

dark theme #135

Open dcrystalj opened 7 years ago

dcrystalj commented 7 years ago

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

DJViking commented 6 years ago

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.

brandonshough commented 5 years ago

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

tomer-ds commented 5 years ago

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

nagorn-sm commented 4 years ago

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;
}
frasten commented 4 years ago

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?

samwar commented 3 years ago

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

fguillotpro commented 3 years ago

That would be awesome. +1

nook24 commented 2 years ago

+1