From 5c705ea7eebb0c64dd94f5181e7970a3cbceaac9 Mon Sep 17 00:00:00 2001 From: ganxy1028 Date: Wed, 16 Oct 2019 04:12:11 +0800 Subject: [PATCH] Fix #82199, resetting some color of code blocks at Markdown Preview with light theme (#82453) * Fix #82199 This PR resets color theme of number, title and built_in at Preview with light theme. * Bad whitespace indentation Fixe * owner comment Removed --- .../media/highlight.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/extensions/markdown-language-features/media/highlight.css b/extensions/markdown-language-features/media/highlight.css index f2bf4a3efa1..47444a10348 100644 --- a/extensions/markdown-language-features/media/highlight.css +++ b/extensions/markdown-language-features/media/highlight.css @@ -131,20 +131,25 @@ Visual Studio-like style based on original C# coloring by Jason Diamond