From d1c58972167046ccd62293373ca34418badf831a Mon Sep 17 00:00:00 2001 From: CoastalCommitsManagement Date: Mon, 21 Aug 2023 20:34:02 -0400 Subject: [PATCH] Automatic commit --- theme-Dark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme-Dark.css b/theme-Dark.css index 42c1ccd..ca6fea0 100644 --- a/theme-Dark.css +++ b/theme-Dark.css @@ -262,6 +262,10 @@ background: #347cb3; } +.chroma .s2, .chroma .sa, .chroma .sb, .chroma .sc, .chroma .sd, .chroma .se, .chroma .sh, .chroma .si { + color: #57a64b; +} + .chroma .nx { color: var(--color-primary-light-1) !important; }