Skip to content

Instantly share code, notes, and snippets.

@perk11
Last active December 23, 2020 22:11
Show Gist options
  • Save perk11/a7655805337b080f3371b69f4644f712 to your computer and use it in GitHub Desktop.
Save perk11/a7655805337b080f3371b69f4644f712 to your computer and use it in GitHub Desktop.

Revisions

  1. perk11 revised this gist Dec 23, 2020. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions youtrack-dark-high-contrast.css
    Original file line number Diff line number Diff line change
    @@ -15,4 +15,11 @@
    --ring-code-field-color: #daabf2;
    --ring-code-keyword-color: #d79864;
    --ring-code-string-color: #cdfdb0;
    }

    .yt-diff .diff-del {
    background-color:rgba(218,54,51,0.25)
    }
    .yt-diff .diff-ins {
    background-color:rgba(35,134,54,0.25)
    }
  2. perk11 renamed this gist Dec 22, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. perk11 created this gist Dec 22, 2020.
    18 changes: 18 additions & 0 deletions youtrac-better-dark.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    * {
    --ring-link-color: #58A6FF;
    --ring-content-background-color: black;
    --yt-app-background: #0e141c;
    --yt-app-background-dark: #0D1117;
    --yt-app-text-color: #deedfb;
    --yt-app-dark-grey-color: #8b949e;
    --ring-text-color:#f0f0f0;
    --ring-secondary-color: #b5c2d0;
    --yt-app-text-grey-mid: #95a0ac;
    --yt-app-changes-background: #0e1317;

    /** Code formatting */
    --ring-sidebar-background-color: #151a1e;
    --ring-code-field-color: #daabf2;
    --ring-code-keyword-color: #d79864;
    --ring-code-string-color: #cdfdb0;
    }