From f40704f0cfdbc6cf12ffb4a1f7fa7bf8658eb37e Mon Sep 17 00:00:00 2001 From: pat-s Date: Wed, 20 Oct 2021 20:26:47 +0200 Subject: [PATCH] dark: adjust chroma nx color --- theme-github-dark.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index 2fad662..810ebd8 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -314,6 +314,9 @@ textarea, .chroma .nb { color: #539bf5; } +.chroma .nx { + color: var(--color-text); +} /* border color repo files */ .repository.file.list #repo-files-table td {