From 05d7758f15ad96f529ec56162db67d9bfa337b7d Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 9 Oct 2021 09:33:46 +0300 Subject: [PATCH] diff color of newly added files --- theme-github-dark.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index 121eda5..7cf17e9 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -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 {