From f05260d95a018c3e88bdd3743c75591e3ef0ccf6 Mon Sep 17 00:00:00 2001 From: Kevin Cunnane Date: Mon, 10 Jun 2019 14:29:29 -0700 Subject: [PATCH] Fix #5379 markdown Gray code makes code look wrong (#5954) --- .../parts/notebook/cellViews/media/highlight.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/sql/workbench/parts/notebook/cellViews/media/highlight.css b/src/sql/workbench/parts/notebook/cellViews/media/highlight.css index e7fbed4d8a..32532fef7b 100644 --- a/src/sql/workbench/parts/notebook/cellViews/media/highlight.css +++ b/src/sql/workbench/parts/notebook/cellViews/media/highlight.css @@ -46,6 +46,15 @@ https://raw.githubusercontent.com/isagalaev/highlight.js/master/src/styles/vs201 color: #DCDCDC; } +.notebook-preview pre code .hljs-subst, +.notebook-preview pre code .hljs-function, +.notebook-preview pre code .hljs-title, +.notebook-preview pre code .hljs-params, +.notebook-preview pre code .hljs-formula { + color: var(--vscode-editor-foreground); +} + + .notebook-preview .hljs-comment, .notebook-preview .hljs-quote { color: #57A64A;