From 299525c12bde3dfdef0676dbd05ccd47f0f52458 Mon Sep 17 00:00:00 2001 From: Robert Rossmann Date: Mon, 14 Dec 2020 21:54:21 +0100 Subject: [PATCH] chore: add new colour contributions from Code 1.52 (not used) --- packages/generators/mkui.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/generators/mkui.mjs b/packages/generators/mkui.mjs index dbb91be..863c04a 100644 --- a/packages/generators/mkui.mjs +++ b/packages/generators/mkui.mjs @@ -325,6 +325,9 @@ function mkui({ ui, code }) { 'editorWarning.foreground': ui.problems.warning.hex(), 'editorInfo.foreground': ui.problems.info.hex(), 'editorHint.foreground': ui.problems.hint.hex(), + // 'editorError.background': '#ff0000', + // 'editorWarning.background': '#ff0000', + // 'editorInfo.background': '#ff0000', // 'editorError.border': '#FF0000', // 'editorWarning.border': '#FF0000', // 'editorInfo.border': '#FF0000', @@ -453,6 +456,9 @@ function mkui({ ui, code }) { // 'statusBarItem.prominentForeground': '#FF0000', // 'statusBarItem.prominentBackground': '#FF0000', // 'statusBarItem.prominentHoverBackground': '#FF0000', + // TODO: Implement once something actually uses this so we can test it + // 'statusBarItem.errorBackground': ui.problems.error.hex(), + // 'statusBarItem.errorForeground': ui.text.complimentary.hex(), /** * Title Bar Colours