chore: Integrate commons theme colors

This commit is contained in:
Mattia Astorino 2017-05-05 21:44:46 +02:00
parent 5e612d8c04
commit d7cc91de08
7 changed files with 29 additions and 33 deletions

View file

@ -36,7 +36,7 @@ gulp.task('build:themes', cb => {
themeVariants.forEach(variant => {
const templateData = {
'commons': themeCommons,
variant,
variant
};
const templateJson = JSON.parse(

View file

@ -1,9 +1,5 @@
{
"accents": [{
"teal": {
"id": "teal",
"name": "Teal",
"hex": "#80CBC4"
}
}]
"accents": {
"teal": "#80CBC4"
}
}

View file

@ -699,9 +699,9 @@
"dropdown.border": "{{variant.scheme.inputBorder}}",
"list.hoverBackground": "{{variant.scheme.background}}",
"list.activeSelectionBackground": "{{variant.scheme.lineHighlight}}50",
"list.activeSelectionForeground": "{{commons.accents.teal.hex}}",
"list.activeSelectionForeground": "{{commons.accents.teal}}",
"list.inactiveSelectionBackground": "{{variant.scheme.lineHighlight}}50",
"list.highlightForeground": "{{commons.accents.teal.hex}}",
"list.highlightForeground": "{{commons.accents.teal}}",
"list.focusBackground": "{{variant.scheme.lineNumbers}}",
"terminal.ansiWhite": "{{variant.scheme.base.white}}",
"terminal.ansiBlack": "{{variant.scheme.comments}}",
@ -721,15 +721,15 @@
"terminal.ansiBrightYellow": "{{variant.scheme.base.yellow}}",
"scrollbarSlider.background": "{{variant.scheme.scrollbars}}",
"scrollbarSlider.hoverBackground": "{{variant.scheme.scrollbarsHover}}",
"scrollbarSlider.activeBackground": "{{commons.accents.teal.hex}}",
"scrollbarSlider.activeBackground": "{{commons.accents.teal}}",
"editorSuggestWidget.background": "{{variant.scheme.background}}",
"editorSuggestWidget.foreground": "{{variant.scheme.foreground}}",
"editorSuggestWidget.highlightForeground": "{{commons.accents.teal.hex}}",
"editorSuggestWidget.highlightForeground": "{{commons.accents.teal}}",
"editorSuggestWidget.selectedBackground": "{{variant.scheme.lineHighlight}}50",
"editorSuggestWidget.border": "{{variant.scheme.inputBorder}}",
"widget.shadow": "{{variant.scheme.shadow}}",
"editorWidget.background": "{{variant.scheme.background}}",
"activityBarBadge.background": "{{commons.accents.teal.hex}}",
"activityBarBadge.background": "{{commons.accents.teal}}",
"activityBarBadge.foreground": "{{variant.scheme.base.black}}",
"panel.border": "{{variant.scheme.background}}",
"panelTitle.activeForeground": "{{variant.scheme.foreground}}",

View file

@ -699,9 +699,9 @@
"dropdown.border": "#FFFFFF10",
"list.hoverBackground": "#212121",
"list.activeSelectionBackground": "#00000050",
"list.activeSelectionForeground": "",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#00000050",
"list.highlightForeground": "",
"list.highlightForeground": "#80CBC4",
"list.focusBackground": "#424242",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiBlack": "#4A4A4A",
@ -721,15 +721,15 @@
"terminal.ansiBrightYellow": "#FFCB6B",
"scrollbarSlider.background": "#00000050",
"scrollbarSlider.hoverBackground": "#00000030",
"scrollbarSlider.activeBackground": "",
"scrollbarSlider.activeBackground": "#80CBC4",
"editorSuggestWidget.background": "#212121",
"editorSuggestWidget.foreground": "#EEFFFF",
"editorSuggestWidget.highlightForeground": "",
"editorSuggestWidget.highlightForeground": "#80CBC4",
"editorSuggestWidget.selectedBackground": "#00000050",
"editorSuggestWidget.border": "#FFFFFF10",
"widget.shadow": "#00000030",
"editorWidget.background": "#212121",
"activityBarBadge.background": "",
"activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000",
"panel.border": "#212121",
"panelTitle.activeForeground": "#EEFFFF",

View file

@ -699,9 +699,9 @@
"dropdown.border": "#FFFFFF10",
"list.hoverBackground": "#263238",
"list.activeSelectionBackground": "#00000050",
"list.activeSelectionForeground": "",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#00000050",
"list.highlightForeground": "",
"list.highlightForeground": "#80CBC4",
"list.focusBackground": "#37474F",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiBlack": "#546E7A",
@ -721,15 +721,15 @@
"terminal.ansiBrightYellow": "#FFCB6B",
"scrollbarSlider.background": "#00000050",
"scrollbarSlider.hoverBackground": "#00000030",
"scrollbarSlider.activeBackground": "",
"scrollbarSlider.activeBackground": "#80CBC4",
"editorSuggestWidget.background": "#263238",
"editorSuggestWidget.foreground": "#EEFFFF",
"editorSuggestWidget.highlightForeground": "",
"editorSuggestWidget.highlightForeground": "#80CBC4",
"editorSuggestWidget.selectedBackground": "#00000050",
"editorSuggestWidget.border": "#FFFFFF10",
"widget.shadow": "#00000030",
"editorWidget.background": "#263238",
"activityBarBadge.background": "",
"activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000",
"panel.border": "#263238",
"panelTitle.activeForeground": "#EEFFFF",

View file

@ -699,9 +699,9 @@
"dropdown.border": "#00000010",
"list.hoverBackground": "#FAFAFA",
"list.activeSelectionBackground": "#CCD7DA50",
"list.activeSelectionForeground": "",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#CCD7DA50",
"list.highlightForeground": "",
"list.highlightForeground": "#80CBC4",
"list.focusBackground": "#CFD8DC",
"terminal.ansiWhite": "#FFFFFF",
"terminal.ansiBlack": "#CCD7DA",
@ -721,15 +721,15 @@
"terminal.ansiBrightYellow": "#FFB62C",
"scrollbarSlider.background": "#00000050",
"scrollbarSlider.hoverBackground": "#00000030",
"scrollbarSlider.activeBackground": "",
"scrollbarSlider.activeBackground": "#80CBC4",
"editorSuggestWidget.background": "#FAFAFA",
"editorSuggestWidget.foreground": "#90A4AE",
"editorSuggestWidget.highlightForeground": "",
"editorSuggestWidget.highlightForeground": "#80CBC4",
"editorSuggestWidget.selectedBackground": "#CCD7DA50",
"editorSuggestWidget.border": "#00000010",
"widget.shadow": "#00000030",
"editorWidget.background": "#FAFAFA",
"activityBarBadge.background": "",
"activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000",
"panel.border": "#FAFAFA",
"panelTitle.activeForeground": "#90A4AE",

View file

@ -699,9 +699,9 @@
"dropdown.border": "#FFFFFF10",
"list.hoverBackground": "#292D3E",
"list.activeSelectionBackground": "#00000050",
"list.activeSelectionForeground": "",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#00000050",
"list.highlightForeground": "",
"list.highlightForeground": "#80CBC4",
"list.focusBackground": "#3A3F58",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiBlack": "#676E95",
@ -721,15 +721,15 @@
"terminal.ansiBrightYellow": "#FFCB6B",
"scrollbarSlider.background": "#00000050",
"scrollbarSlider.hoverBackground": "#00000030",
"scrollbarSlider.activeBackground": "",
"scrollbarSlider.activeBackground": "#80CBC4",
"editorSuggestWidget.background": "#292D3E",
"editorSuggestWidget.foreground": "#A6ACCD",
"editorSuggestWidget.highlightForeground": "",
"editorSuggestWidget.highlightForeground": "#80CBC4",
"editorSuggestWidget.selectedBackground": "#00000050",
"editorSuggestWidget.border": "#FFFFFF10",
"widget.shadow": "#00000050",
"editorWidget.background": "#292D3E",
"activityBarBadge.background": "",
"activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000",
"panel.border": "#292D3E",
"panelTitle.activeForeground": "#A6ACCD",