Skip to content

Jira Dark by vreeken

Details

Authorvreeken

LicenseNo License

Categoryjira, atlassian

Created

Updated

Size22 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adds a dark theme to Jira

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==	
@name         Jira Dark
@namespace    MPV
@version      1.0.0
@license      MIT
@author       @MPV
@preprocessor default

==/UserStyle== */
@-moz-document regexp(".*.atlassian.net/jira.*"),
regexp(".*.atlassian.net/browse.*"),
regexp(".*.atlassian.net/secure.*") {
        
    .jgDgcL, .hDlBxd {
        background-color: #333;
    }
    .iNRyhQ div[role="group"] div[data-ds--menu--heading-item="true"] {
        color: #cae4ff;
    }
    .kuqLWx .ak-editor-panel[data-panel-type="note"] {
        background-color: rgb(64 64 64);
        color: inherit;
    }
    .kuqLWx .ak-editor-panel[data-panel-type="warning"] {
        background-color: rgb(60, 51, 38);
        color: inherit;
    }
    
    .css-mvqjze {
        background-color: #333333;
    }
    nav div[data-section="true"] {
        background-color: #333333 !important;
    }
    
    .hiLSLY tr:hover {
        background: #363636;
    }
    .css-1c53eap:hover {
        background-color: rgb(44, 44, 44);
    }
    
    .kuqLWx .ak-editor-panel {
        background-color: #363636;
    }
    
    .css-d4tzhg.ak-editor-panel {
        background-color: rgb(45 48 50);
    }
    
    .css-d4tzhg.ak-editor-panel[data-panel-type="warning"] {
        background-color: rgb(64 61 57);
    }
    
    :root {
        --ds-text-subtle: #adadad;
        --ds-background-neutral: #333333;
        --ds-background-default: #333333;
        --ds-background-neutral-subtle-hovered: #363636;
        --ds-text: #80c4fd;
        --ds-text-highEmphasis: #c8dcff;
        --ds-surface: #333333;
        --ds-background-selected: #333333;
        --ds-background-subtleNeutral-resting: #1f3e8b;
        --ds-UNSAFE_util-transparent: #333333;
        --ds-background-brand: #111;
    }
    
    .page-type-split .navigator-body, .page-type-split .navigator-group {
        background-color: #222222 !important;
    }
    .css-1v5rcyh.ak-editor-panel {
        background-color: #38393e !important;
    }
    
    .details-layout .split-view .list-results-panel .ui-draggable, .jepLMX {
        background-color: #222222 !important;
    }
        

    header a span,
    .dqyfbQ,
    .css-pjv25p,
    .jRBaLt {
        color: #8ec4fd;
    }
    
    .aZwtJ {
        box-shadow: none;
        margin: 0px;
    }

    .iuihaW {
        margin: 0px;
    }

    /* issue change droddown */
    .jRBaLt:hover {
        color: #bdddff;
    }

    /* gh branches */
    [data-test-id="issue.views.issue-base.context.context-items"] a[tabindex] div {
        color: #8ec4fd;
    }

    /* issue fields for react dropdowns */
    [class^='FieldBaseWrapper'] [tabindex] {
        background-color: #333 !important;
        border-color: transparent !important;
    }

    [class^='FieldBaseWrapper'] [tabindex]:hover {
        background-color: #444 !important;
    }
    [class^='FieldBaseWrapper'] div {
        color: #ccc;
        background-color: #333 !important;
    }

    [class^='FieldBaseWrapper'] [tabindex] span + span {
        color: #8ec4fd;
    }


    /* translucent background when story is open in modal */
    .igoDWs {
        background-color: rgba(50, 70, 70, 0.64);
    }

    h1,
    h1 *,
    h2,
    h2 *,
    h3,
    h3 *,
    h4,
    h4 *,
    h5,
    h5 *,
    h6,
    h6 * {
        color: #8ec4fd !important;
    }

    svg {
        color: #8ec4fd;
    }

    span[role="presentation"] {
        fill: #8ec4fd;
    }

    header button span {
        color: #8ec4fd;
    }
    #ghx-swimlane-header-stalker,
    #ghx-column-header-group.ghx-fixed {
        background-color: #333;
    }

    .ghx-issue,
    .adg3 .js-issue.ghx-selected,
    .adg3 .js-issue.ghx-selected .ghx-items-container {
        background-color: #333;
    }

    .adg3 .js-issue.ghx-selected,
    .adg3 .js-issue.ghx-selected .ghx-items-container {
        background-color: #1c2c37;
    }

    .adg3 .ghx-issue-compact:hover,
    .adg3 .ghx-issue:hover {
        background-color: #444;
    }

    .ghx-swimlane-header::after {
        background: none;
        box-shadow: none;
    }

    .adg3 .ghx-summary,
    .adg3 .ghx-summary .ghx-inner {
        color: #8ec4fd;
    }

    [data-testid="atlassian-navigation--primary-actions"]:after {
        background: none;
    }

    [data-test-id="issue.views.issue-base.context.context-items.primary-items"] button {
        background-color: #333 !important;
    }


    /* Main area */
    [data-test-id="software-board.board"],
    .aui-page-panel,
    #ghx-pool,
    [data-ds--page-layout--slot="main"] {
        background-color: #333;
        color: #ddd;
    }

    /* Swimlane columns */
    .adg3 .ghx-column-headers .ghx-column,
    .adg3 .ghx-columns .ghx-column {
        background-color: #222;
    }

    .adg3 .ghx-columns {
        margin-top: .4em;
    }
    .adg3 .ghx-columns .ghx-column {
        padding-top: .1em;
    }

    /* Swimlane headers */
    .ghx-swimlane-header {
        background-color: #333 !important;
        border: 1px solid #444;
    }

    .ghx-swimlane-header .ghx-expander {
        left: 1em;
    }

    .ghx-swimlane-header .ghx-heading {
        margin-left: 1.6em;
    }
    .ghx-heading span {
        color: #bbb !important;
    }
    
    /* Swimlane Inner */
    .ReactVirtualized__Grid__innerScrollContainer {
        background-color: #555 !important;
    }

    /* sub tasks */
    .adg3 .ghx-column .ghx-parent-group {
        background-color: #555;
    }

    /* subtask parent task label */
    .adg3 .ghx-key {
        color: #ddd;
    }

    /***
     * Left-hand Nav
    ***/
    /* remove top white border */
    .css-1u84ut1,
    .css-77arw9::after {
        background: #222;
    }

    .css-ac0tta::before,
    .css-77arw9::before {
        background: #333 !important;
    }

    .css-cdxr6t {
        background-color: #444;
    }

    [data-testid="ContextualNavigation"] div:first-child {
        background-color: #333;
        color: #8ec4fd;
    }

    [role="presentation"] [data-testid="NavigationItem"] {
        background-color: #333;
    }

    [data-test-id="software-board.board-area"] section div {
        background-color: #333;
    }

    section div[data-rbd-droppable-context-id] {
        background-color: #222;
    }
    
    [data-test-id="software-board.board-scroll"] section span {
        color: #ccc !important;
    }

    section div[data-test-id="platform-board-kit.common.ui.column-header.header.column-header-container"] div {
        background-color: #222;
    }

    [role="dialog"],
    .ghx-issue-compact,
    .ghx-issue-compact .ghx-end {
        background-color: #333;
        color: #ccc;
    }

    [role="presentation"] a {
        color: #8ec4fd;
    }
    
    a[href^="/issues/?jql=labels"] {
        filter: invert(1);
    }
    
    [data-test-id="issue.views.field.select.common.select-inline-edit.components"] [role="presentation"] a {
        filter: invert(1);
        
    }

    [role="presentation"] p {
        color: #ccc;
    }

    .llCsQv:hover {
        background-color: #222;
    }

    [data-rbd-draggable-context-id] {
        background-color: #444;
    }

    .dKslwV {
        background-color: #333;
    }

    .hQVuBn {
        background-color: #444;
    }

    .jODjkq,
    .ak-editor-content-area {
        background-color: #111;
    }

    [data-test-id="issue.views.issue-details.issue-layout.left-most-column"],
    [data-test-id="issue.views.issue-details.issue-layout.right-most-column"],
    .sc-hMapFE.hDMqWg,
    .css-4rxc6l,
    #jira-issue-header {
        background-color: #222;
    }

    [data-test-id="profilecard-next.ui.profilecard.profilecard-trigger"] div,
    .llCsQv,
    .cfYUOi {
        color: #aaa;
    }

    ::marker {
        color: #ccc !important;
    }

    .hKALUX {
        background-color: transparent;
    }

    .css-ojvx30 {
        padding: 10px;
    }

    .css-821jbb a {
        padding: 5px 8px;
        border-radius: 5px;
        color: #8ec4fd !important;
    }

    /* comment editor */
    /* Doesn't have any data property or anything else :/ */
    [data-test-id="issue.activity.comments-list"] + span > div > div {
        background-color: #333;
        padding: 10px;
    }

    [data-test-id="issue.activity.comment"],
    .akEditor {
        background-color: #333;
    }

    .fZTloP {
        color: #ccc;
    }

    [data-test-id="issue.activity.comment"],
    .akEditor > div {
        background-color: #333;
    }

    [data-test-id="issue.activity.comment"] input,
    #create-issue-dialog .jira-dialog-heading,
    #edit-issue-dialog .jira-dialog-heading,
    .jira-dialog .jira-dialog-content,
    #create-issue-dialog .form-body,
    #create-issue-dialog .form-footer,
    #edit-issue-dialog .form-body,
    #edit-issue-dialog .form-footer,
    .ghx-backlog-container {
        background-color: #222;
        color: #ccc;
    }

    nav > div::after {
        background: #333 !important;
    }

    nav a,
    nav a div,
    nav button,
    nav button div {
        background-color: #333 !important;
    }

    nav a {
        margin-bottom: 6px;
    }

    nav a:last-child {
        margin-bottom: 0px;
    }

    nav div[data-section="true"] {
        background-color: #222;
        padding: 0px 6px 6px 6px;
        margin-bottom: 6px;
        border-radius: 6px;
    }

    nav button + a {
        margin-top: 10px;
    }

    [data-placement="bottom-start"] {
        background-color: #444;
        padding: 10px;
        box-shadow: -3px 3px 1px #00000850;
    }

    .jira-dialog-heading {
        width: auto;
    }

    .jira-dialog-content {
        border-top: 10px solid #333;
    }

    .adg3 .js-issue.ghx-issue-compact:hover,
    .adg3 .js-issue.ghx-issue-compact:hover .ghx-items-container {
        background-color: #444;
    }

    /* "Active Sprints" header row buttons */
    #ghx-quick-filters > ul > li > button,
    /* quick filters main toggle */
    .complete-sprint-container > button,
    /* "complete sprint" btn */
    .ghx-view-sectio...

Reviews

No reviews yet.