diff --git a/src/renderer/assets/themes/prismjs/dark.theme.css b/src/renderer/assets/themes/prismjs/dark.theme.css index dcb4d51c..0f24bd65 100644 --- a/src/renderer/assets/themes/prismjs/dark.theme.css +++ b/src/renderer/assets/themes/prismjs/dark.theme.css @@ -92,9 +92,8 @@ pre.ag-paragraph { .token.entity, .token.url, .language-css .token.string, -.style .token.string, -.token.variable { - color: #f8f8f2; +.style .token.string { + color: #e67e65; } .token.atrule, @@ -109,7 +108,8 @@ pre.ag-paragraph { } .token.regex, -.token.important { +.token.important, +.token.variable { color: #fd971f; }