From 783119e249d74ab110296087f3d357899324faa5 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sun, 30 Aug 2020 12:43:12 +0200 Subject: [PATCH] September Release (#499) * [Security] Bump elliptic from 6.5.0 to 6.5.3 (#488) Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3. **This update includes a security fix.** - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.0...v6.5.3) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * feat: add color support for debug console messages. Close #498 * feat: add color support for debug console messages. Close #487 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- scripts/generator/color-set.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/generator/color-set.ts b/scripts/generator/color-set.ts index 8c92ef6..675bbc9 100644 --- a/scripts/generator/color-set.ts +++ b/scripts/generator/color-set.ts @@ -471,7 +471,13 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => { */ 'listFilterWidget.background': theme.scheme.inactiveSelectionBackground, 'listFilterWidget.outline': theme.scheme.inactiveSelectionBackground, - 'listFilterWidget.noMatchesOutline': theme.scheme.inactiveSelectionBackground + 'listFilterWidget.noMatchesOutline': theme.scheme.inactiveSelectionBackground, + /** + * Debug Console + */ + 'debugConsole.errorForeground': theme.scheme.base.red, + 'debugConsole.infoForeground': theme.scheme.base.cyan, + 'debugConsole.warningForeground': theme.scheme.base.yellow }, /** * Define the integrated shell