Skip to content

Commit

Permalink
chore: add new colour contributions from Code 1.52 (not used)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Dec 14, 2020
1 parent 0d277bb commit 299525c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/generators/mkui.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 299525c

Please sign in to comment.