From d9f347d7f68008cc4d90bb423e8d53140ed162ed Mon Sep 17 00:00:00 2001 From: Kristi Date: Tue, 23 Mar 2021 20:32:40 -0400 Subject: [PATCH] Remove italics from YAML block scalar symbol --- themes/tokyo-night-color-theme.json | 9 +++++++-- themes/tokyo-night-light-color-theme.json | 9 +++++++-- themes/tokyo-night-storm-color-theme.json | 9 +++++++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index f1be678..a3a299f 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -77,8 +77,6 @@ "list.deemphasizedForeground":"#787c99", "list.activeSelectionBackground": "#202330", - "quickInput.list.focusBackground": "#202330", - "list.activeSelectionForeground": "#a9b1d6", "list.inactiveSelectionBackground": "#1c1d29", "list.inactiveSelectionForeground": "#a9b1d6", @@ -360,6 +358,13 @@ "settings": { "fontStyle": "italic" } + }, + { + "name": "Fix YAML block scalar", + "scope": "keyword.control.flow.block-scalar.literal", + "settings": { + "fontStyle": "" + } }, { "name": "Comment", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index d827aa9..bde7a08 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -73,8 +73,6 @@ "list.deemphasizedForeground":"#4c505e", "list.activeSelectionBackground": "#d5d6db", - "quickInput.list.focusBackground": "#d5d6db", - "list.activeSelectionForeground": "#4c505e", "list.inactiveSelectionBackground": "#d5d6db", "list.inactiveSelectionForeground": "#4c505e", @@ -378,6 +376,13 @@ "settings": { "fontStyle": "italic" } + }, + { + "name": "Fix YAML block scalar", + "scope": "keyword.control.flow.block-scalar.literal", + "settings": { + "fontStyle": "" + } }, { "name": "Comment", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index a144a40..3cc64b8 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -77,8 +77,6 @@ "list.deemphasizedForeground": "#7982a9", "list.activeSelectionBackground": "#2c324a", - "quickInput.list.focusBackground": "#2c324a", - "list.activeSelectionForeground": "#a9b1d6", "list.inactiveSelectionBackground": "#292e42", "list.inactiveSelectionForeground": "#a9b1d6", @@ -359,6 +357,13 @@ "settings": { "fontStyle": "italic" } + }, + { + "name": "Fix YAML block scalar", + "scope": "keyword.control.flow.block-scalar.literal", + "settings": { + "fontStyle": "" + } }, { "name": "Comment",