diff --git a/scripts/generator/color-set.ts b/scripts/generator/color-set.ts index 175cba0..8b83a30 100644 --- a/scripts/generator/color-set.ts +++ b/scripts/generator/color-set.ts @@ -48,6 +48,33 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => { * Override all syntax tokens */ customTokens: [ + { + name: 'Markup Deleted', + scope: [ + 'markup.deleted' + ], + settings: { + foreground: theme.scheme.base.red + } + }, + { + name: 'Markup Inserted', + scope: [ + 'markup.inserted' + ], + settings: { + foreground: theme.scheme.base.green + } + }, + { + name: 'Markup Underline', + scope: [ + 'markup.underline' + ], + settings: { + fontStyle: 'underline' + } + }, { name: 'Keyword Control', scope: [