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; }