more theme updates (for #25327)

This commit is contained in:
Benjamin Pasero 2017-05-02 07:50:21 +02:00
parent 9504f9e054
commit a5d90e09c4
6 changed files with 32 additions and 16 deletions

View file

@ -399,7 +399,7 @@
"debugExceptionWidget.border": "#AB395B", "debugExceptionWidget.border": "#AB395B",
// Workbench: Notifications // Workbench: Notifications
"notification.background": "#051336", "notification.background": "#182543",
// "notification.foreground": "", // "notification.foreground": "",
// Workbench: Quick Open // Workbench: Quick Open

View file

@ -26,7 +26,7 @@
"statusBar.noFolderBackground": "#423523", "statusBar.noFolderBackground": "#423523",
"activityBar.background": "#221a0f", "activityBar.background": "#221a0f",
"activityBar.foreground": "#d3af86", "activityBar.foreground": "#d3af86",
"activityBarBadge.background": "#765e3e", "activityBarBadge.background": "#7f5d38",
"sideBar.background": "#362712", "sideBar.background": "#362712",
"editor.lineHighlightBackground": "#5e452b", "editor.lineHighlightBackground": "#5e452b",
"editorCursor.foreground": "#d3af86", "editorCursor.foreground": "#d3af86",
@ -37,7 +37,13 @@
"peekViewEditor.background": "#221a14", "peekViewEditor.background": "#221a14",
"peekViewEditor.matchHighlightBackground": "#84613daa", "peekViewEditor.matchHighlightBackground": "#84613daa",
"notification.background": "#473a29", "notification.background": "#473a29",
"button.background": "#6e583b" "button.background": "#6e583b",
"inputValidation.infoBorder": "#1b60a5",
"inputValidation.infoBackground": "#2b2a42",
"inputValidation.warningBackground": "#51412c",
// "inputValidation.warningBorder": "#5B7E7A",
"inputValidation.errorBackground": "#5f0d0d",
"inputValidation.errorBorder": "#9d2f23"
}, },
"tokenColors": [ "tokenColors": [
{ {

View file

@ -6,9 +6,8 @@
"list.focusBackground": "#425370", "list.focusBackground": "#425370",
"list.inactiveSelectionBackground": "#23324e", "list.inactiveSelectionBackground": "#23324e",
"list.hoverBackground": "#005070", "list.hoverBackground": "#005070",
"list.dropBackground": "#505590",
"list.highlightForeground": "#e58520", "list.highlightForeground": "#e58520",
"button.background": "#5088a3", "button.background": "#1e4456",
"editor.background": "#202025", "editor.background": "#202025",
"editor.foreground": "#c5c8c6", "editor.foreground": "#c5c8c6",
"editor.selectionBackground": "#373b41", "editor.selectionBackground": "#373b41",
@ -17,9 +16,10 @@
"editorWhitespace.foreground": "#383880", "editorWhitespace.foreground": "#383880",
"editorIndentGuide.background": "#505037", "editorIndentGuide.background": "#505037",
"editorGroupHeader.tabsBackground": "#222228", "editorGroupHeader.tabsBackground": "#222228",
// "tab.activeBackground": "#272738", "editorGroup.background": "#1a1a1e",
"tab.inactiveBackground": "#333340", "tab.inactiveBackground": "#333340",
"tab.border": "#000030", "tab.border": "#000030",
"peekView.border": "#3655b5",
"panelTitle.activeForeground": "#ddffff", "panelTitle.activeForeground": "#ddffff",
"statusBar.background": "#354550", "statusBar.background": "#354550",
"statusBar.debuggingBackground": "#354550", "statusBar.debuggingBackground": "#354550",
@ -30,7 +30,7 @@
"activityBarBadge.background": "#3655b5", "activityBarBadge.background": "#3655b5",
"sideBar.background": "#232327", "sideBar.background": "#232327",
"sideBarSectionHeader.background": "#424250", "sideBarSectionHeader.background": "#424250",
"notification.foreground": "#ffe0ff", "notification.background": "#292935",
"pickerGroup.foreground": "#77a5b0", "pickerGroup.foreground": "#77a5b0",
"terminal.ansiWhite": "#ddffff" "terminal.ansiWhite": "#ddffff"
}, },

View file

@ -460,6 +460,7 @@
"list.focusBackground": "#CADEB9", "list.focusBackground": "#CADEB9",
"list.activeSelectionBackground": "#c4d9b1", "list.activeSelectionBackground": "#c4d9b1",
"list.inactiveSelectionBackground": "#d3dbcd", "list.inactiveSelectionBackground": "#d3dbcd",
"list.highlightForeground": "#9769dc",
"editor.background": "#F5F5F5", "editor.background": "#F5F5F5",
"editorWhitespace.foreground": "#AAAAAA", "editorWhitespace.foreground": "#AAAAAA",
"editor.lineHighlightBackground": "#E4F6D4", "editor.lineHighlightBackground": "#E4F6D4",
@ -477,6 +478,7 @@
"peekViewTitle.background": "#F2F8FC", "peekViewTitle.background": "#F2F8FC",
"peekViewEditor.background": "#F2F8FC", "peekViewEditor.background": "#F2F8FC",
"peekViewResult.background": "#F2F8FC", "peekViewResult.background": "#F2F8FC",
"peekView.border": "#705697",
"peekViewResult.matchHighlightBackground": "#93C6D6", "peekViewResult.matchHighlightBackground": "#93C6D6",
"statusBar.background": "#705697", "statusBar.background": "#705697",
"statusBar.noFolderBackground": "#705697", "statusBar.noFolderBackground": "#705697",
@ -486,6 +488,13 @@
"activityBarBadge.background": "#705697", "activityBarBadge.background": "#705697",
"titleBar.activeBackground": "#c4b7d7", "titleBar.activeBackground": "#c4b7d7",
"button.background": "#705697", "button.background": "#705697",
"notification.background": "#442e66" "notification.background": "#442e66",
"editorGroup.dropBackground": "#C9D0D988",
"inputValidation.infoBorder": "#4ec1e5",
"inputValidation.infoBackground": "#f2fcff",
"inputValidation.warningBackground": "#fffee2",
"inputValidation.warningBorder": "#ffe055",
"inputValidation.errorBackground": "#ffeaea",
"inputValidation.errorBorder": "#f1897f"
} }
} }

View file

@ -15,6 +15,7 @@
// editor // editor
"editor.background": "#390000", "editor.background": "#390000",
"editorGroup.border": "#ff666633", "editorGroup.border": "#ff666633",
"editorGroup.background": "#1c0101",
"editorCursor.foreground": "#970000", "editorCursor.foreground": "#970000",
"editor.foreground": "#F8F8F8", "editor.foreground": "#F8F8F8",
"editorWhitespace.foreground": "#c10000", "editorWhitespace.foreground": "#c10000",

View file

@ -306,12 +306,12 @@
// "input.border": "", // "input.border": "",
"inputOption.activeBorder": "#2AA19899", "inputOption.activeBorder": "#2AA19899",
"inputValidation.infoBorder": "#384078", "inputValidation.infoBorder": "#363b5f",
"inputValidation.infoBackground": "#051336", "inputValidation.infoBackground": "#052730",
"inputValidation.warningBackground": "#5B7E7A", "inputValidation.warningBackground": "#5d5938",
"inputValidation.warningBorder": "#5B7E7A", "inputValidation.warningBorder": "#9d8a5e",
"inputValidation.errorBackground": "#A22D44", "inputValidation.errorBackground": "#571b26",
"inputValidation.errorBorder": "#AB395B", "inputValidation.errorBorder": "#a92049",
"dropdown.background": "#00212B", "dropdown.background": "#00212B",
"dropdown.border": "#2AA19899", "dropdown.border": "#2AA19899",
@ -326,7 +326,7 @@
"list.hoverBackground": "#004454AA", "list.hoverBackground": "#004454AA",
"list.inactiveSelectionBackground": "#00445488", "list.inactiveSelectionBackground": "#00445488",
"list.dropBackground": "#00445488", "list.dropBackground": "#00445488",
"list.highlightForeground": "#047aa6", "list.highlightForeground": "#1ebcc5",
// "scrollbar.shadow": "", // "scrollbar.shadow": "",
// "scrollbarSlider.activeBackground": "", // "scrollbarSlider.activeBackground": "",
@ -397,7 +397,7 @@
// "editorGroupHeader.noTabsBackground": "", // "editorGroupHeader.noTabsBackground": "",
"editorGroup.border": "#00212B", "editorGroup.border": "#00212B",
"editorGroup.background": "#011b23", "editorGroup.background": "#011b23",
"editorGroup.dropBackground": "#00212BAA", "editorGroup.dropBackground": "#2AA19844",
"editorGroupHeader.tabsBackground": "#004052", "editorGroupHeader.tabsBackground": "#004052",
// Workbench: Tabs // Workbench: Tabs