Improved contrast for string syntax highlighting

This commit is contained in:
squidfunk
2020-08-16 10:41:32 +02:00
parent 4a96f62e9a
commit 41e340b12c
5 changed files with 7 additions and 7 deletions

View File

@@ -64,7 +64,7 @@
--md-code-hl-function-color: hsla(291, 45%, 50%, 1);
--md-code-hl-constant-color: hsla(250, 63%, 61%, 1);
--md-code-hl-keyword-color: hsla(219, 54%, 51%, 1);
--md-code-hl-string-color: hsla(150, 63%, 31%, 1);
--md-code-hl-string-color: hsla(150, 63%, 30%, 1);
--md-code-hl-name-color: var(--md-code-fg-color);
--md-code-hl-operator-color: var(--md-default-fg-color--light);
--md-code-hl-punctuation-color: var(--md-default-fg-color--light);