From c76699b164a604f4ca4d02324d8513a4b01b0b1a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 29 Jul 2022 06:39:37 +0200 Subject: [PATCH] Create the `media` color and use it for Markdown images --- themes/Steffula-color-theme.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index 4572cc2..e11231d 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -585,6 +585,16 @@ "foreground": "#00d0ff", } }, + { + "name": "media", + "scope": [ + "meta.image punctuation", + "meta.image string.other.link", + ], + "settings": { + "foreground": "#80ffd4" + } + }, { "name": "url", "scope": [