Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
diff color of newly added files
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Oct 9, 2021
1 parent 8fb6ad6 commit 05d7758
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme-github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,12 @@ textarea,
.lines-code {
background-color: #22272e;
}
.code-diff-unified .add-code, .code-diff-unified .add-code td, .code-diff-split .add-code .lines-num-new, .code-diff-split .add-code .lines-type-marker-new, .code-diff-split .add-code .lines-code-new, .code-diff-split .del-code .add-code.lines-num-new, .code-diff-split .del-code .add-code.lines-type-marker-new, .code-diff-split .del-code .add-code.lines-code-new {
background: var(--color-navbar);
}
.tag-code, .tag-code td {
background-color: var(--color-body);
}

/* green code color dark theme */
.chroma .s2 {
Expand Down

0 comments on commit 05d7758

Please sign in to comment.