From 68c0c8eded5a0ef201434301b74c77ecafeac215 Mon Sep 17 00:00:00 2001 From: Nari Lee Date: Mon, 11 Sep 2023 11:57:03 +0900 Subject: [PATCH] fix color for triple backtick in markdown code block --- themes/new-dark-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/new-dark-theme.json b/themes/new-dark-theme.json index 36a92f6..7af3e47 100644 --- a/themes/new-dark-theme.json +++ b/themes/new-dark-theme.json @@ -269,6 +269,7 @@ "entity.name.command", "entity.name.tag.yaml", "constant.character.escape", + "punctuation.definition.markdown", "punctuation.definition.raw.markdown", "punctuation.definition.bold.markdown", "punctuation.definition.italic.markdown", @@ -301,7 +302,6 @@ "support.type.property-name.json", "support.variable.property", "support.type.object.module", - "punctuation.definition.markdown", "fenced_code" ], "settings": {