From 0a23882e72bbb3e37406ca97fe0b61b87dc0e712 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 30 Jul 2022 03:04:01 +0200 Subject: [PATCH] Color punctuation of `bold`, `italic` and `underline` like the text itself --- themes/Steffula-color-theme.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index d21f862..16e4792 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -547,6 +547,7 @@ "name": "bold", "scope": [ "markup.bold", + "punctuation.definition.bold", ], "settings": { "foreground": "#ffbc82", @@ -556,6 +557,7 @@ "name": "italic", "scope": [ "markup.italic", + "punctuation.definition.italic", ], "settings": { "foreground": "#ffbc82", @@ -565,6 +567,7 @@ "name": "underline", "scope": [ "markup.underline", + "punctuation.definition.underline", ], "settings": { "foreground": "#ffbc82",