From 40a3cfc9a24d109b4508bd3ed3254324640d792f Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Tue, 7 Jan 2020 17:42:47 +0100 Subject: [PATCH] Remove other keywords --- scripts/generator/color-set.ts | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/scripts/generator/color-set.ts b/scripts/generator/color-set.ts index 3bec876..5b6c8f7 100644 --- a/scripts/generator/color-set.ts +++ b/scripts/generator/color-set.ts @@ -46,6 +46,16 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => { * Override all syntax tokens */ customTokens: [ + { + name: 'Keyword Control', + scope: [ + 'keyword.control' + ], + settings: { + foreground: theme.scheme.base.cyan, + fontStyle: 'italic' + } + }, { name: 'Markdown - Blockquote', scope: [ @@ -74,25 +84,6 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => { foreground: theme.scheme.base.pink } }, - { - name: 'Other Keywords', - scope: [ - 'keyword.other' - ], - settings: { - foreground: theme.scheme.base.orange - } - }, - { - name: 'Keyword Control', - scope: [ - 'keyword.control' - ], - settings: { - foreground: theme.scheme.base.cyan, - fontStyle: 'italic' - } - }, { name: 'JSON Key - Level 0', scope: [