Skip to content

Dark Ocean by etiennasse

Screenshot of Dark Ocean

Details

Authoretiennasse

LicenseNo License

Category/https://.*?/blue/organizations/jenkins/.*/

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for Jenkins' Blue Ocean plugin

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Dark Ocean
@namespace    USO Archive
@author       Étienne Larivière (etiennasse)
@description  Dark theme for Jenkins Blue Ocean
@version      20241031.17.19
@license      NONE
@preprocessor uso
==/UserStyle== */
@-moz-document regexp("https://.*?/blue/organizations/jenkins/.*") {
    /* 
    === COLORS ===
    Sucess: #3C581C
    Failure: #6B262A
    Default: #254871
    Dark bg: #2B2B2B
    Light bg: #555555
    Text: #D5D5D5
    */
    
    /* Headers */
    .BasicHeader--default {
        background: #254871;
    }

    .BasicHeader--success {
        background: #3C581C;
    }

    .BasicHeader--failure {
        background: #6B262A;
    }

    .BasicHeader--running {
        background: #274B75;
    }

    .BasicHeader--paused {
        background: #18758E;
    }

    /* Main content */
    .FullScreen-contents {
        background: #2B2B2B;
        color: #D5D5D5;
    }

    circle.halo {
        stroke: #949393;
    }

    /* Logs */
    .logConsole {
        background-color: #555555;
    }

    .result-item-head {
        background-color: #555555;
        border: solid 1px #555555;
        color: #D5D5D5;
    }

    .result-item-title {
        background-color: #555555;
    }

    .result-bg.success {
        background: #3C581C;
        border-bottom: solid 1px #3C581C;
    }

    .result-bg.failure {
        background: #6B262A;
        border-bottom: solid 1px #6B262A;
    }
}

Reviews

No reviews yet.