From ba0f143ebae621d0c2f2010b74776259b82d770d Mon Sep 17 00:00:00 2001 From: Kristi Date: Sun, 27 Oct 2019 22:00:17 -0400 Subject: [PATCH] Update markup colors --- themes/tokyo-night-color-theme.json | 21 ++++++--------------- themes/tokyo-night-storm-color-theme.json | 21 ++++++--------------- 2 files changed, 12 insertions(+), 30 deletions(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 6e3ae1a..695e9fa 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -936,32 +936,23 @@ }, { "name": "Inserted", - "scope": [ - "markup.inserted", - "markup.inserted.git_gutter" - ], + "scope": "markup.inserted", "settings": { - "foreground": "#9ece6a" + "foreground": "#449dab" } }, { "name": "Deleted", - "scope": [ - "markup.deleted", - "markup.deleted.git_gutter" - ], + "scope":"markup.deleted", "settings": { - "foreground": "#FF5370" + "foreground": "#914c54" } }, { "name": "Changed", - "scope": [ - "markup.changed", - "markup.changed.git_gutter" - ], + "scope": "markup.changed", "settings": { - "foreground": "#bb9af7" + "foreground": "#6183bb" } }, { diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 770c3f8..5fea902 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -936,32 +936,23 @@ }, { "name": "Inserted", - "scope": [ - "markup.inserted", - "markup.inserted.git_gutter" - ], + "scope": "markup.inserted", "settings": { - "foreground": "#9ece6a" + "foreground": "#449dab" } }, { "name": "Deleted", - "scope": [ - "markup.deleted", - "markup.deleted.git_gutter" - ], + "scope":"markup.deleted", "settings": { - "foreground": "#FF5370" + "foreground": "#914c54" } }, { "name": "Changed", - "scope": [ - "markup.changed", - "markup.changed.git_gutter" - ], + "scope": "markup.changed", "settings": { - "foreground": "#bb9af7" + "foreground": "#6183bb" } }, {