Skip to content

JIRA Dark Tokyo Night by mathisto

Details

Authormathisto

LicenseDO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

Categoryatlassian, jira, confluence, cloud

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A clean Visual Studio Code theme that celebrates the lights of Downtown Tokyo at night.

A simple edit of Cody Swartz's 'JIRA Dark 2022' theme with colors from the venerable Tokyo Night theme by enkia.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           JIRA Dark Tokyo Night
@namespace      USO Archive
@author         Mathisto (Fork of Cody Swartz' work)
@description    `Tokyo Night JIRA theme`
@version        20220201.0.0
@license        WTFPL
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("atlassian.net"),
domain("jira.devops.va.gov") {
  html {
    filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%);
    background: #a9b1d6;
  }
  body {
    background: #a9b1d6;
  }
  h1 {
    color: #f7768e !important;
  }
  h2 {
    color: #ff9e64 !important;
  }
  a:link {
    text-decoration: none;
    color: #2ac3de !important;
  }

  a:visited {
    text-decoration: none;
    color: #bb9af7 !important;
  }

  a:hover {
    text-decoration: underline;
    color: #9ece6a !important;
  }

  a:active {
    text-decoration: underline;
    color: #9ece6a !important;
  }

  span[role="img"] {
    filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
  }
  img,
  svg,
  iframe,
  .emoji-common-emoji-sprite {
    filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
  }
  /* Fix bug with white edges on sprint board */
  #gh {
    padding: 0 40px;
  }
  #content {
    margin: 0;
  }
  /* Fix scroll background problems */
  [data-testid="Content"] > div:first-child {
    background: #a9b1d6 !important;
  }
  #announcement-banner {
    display: none;
  }
  .aui-header, 
  .header, #quickSearchInput {
    background: #f8f8f8;
  }
  .aui-button {
    background: #2ac3de;
    color: #1a1b26;
  }
  #create_link {
    background: #414a7b;
  }
}

Reviews

No reviews yet.