提交 f2e12945 编写于 作者: B Benjamin Pasero

more theme updates (for #25327)

上级 aa05dac8
......@@ -399,7 +399,7 @@
"debugExceptionWidget.border": "#AB395B",
// Workbench: Notifications
"notification.background": "#051336",
"notification.background": "#182543",
// "notification.foreground": "",
// Workbench: Quick Open
......
......@@ -26,7 +26,7 @@
"statusBar.noFolderBackground": "#423523",
"activityBar.background": "#221a0f",
"activityBar.foreground": "#d3af86",
"activityBarBadge.background": "#765e3e",
"activityBarBadge.background": "#7f5d38",
"sideBar.background": "#362712",
"editor.lineHighlightBackground": "#5e452b",
"editorCursor.foreground": "#d3af86",
......@@ -37,7 +37,13 @@
"peekViewEditor.background": "#221a14",
"peekViewEditor.matchHighlightBackground": "#84613daa",
"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": [
{
......
......@@ -6,9 +6,8 @@
"list.focusBackground": "#425370",
"list.inactiveSelectionBackground": "#23324e",
"list.hoverBackground": "#005070",
"list.dropBackground": "#505590",
"list.highlightForeground": "#e58520",
"button.background": "#5088a3",
"button.background": "#1e4456",
"editor.background": "#202025",
"editor.foreground": "#c5c8c6",
"editor.selectionBackground": "#373b41",
......@@ -17,9 +16,10 @@
"editorWhitespace.foreground": "#383880",
"editorIndentGuide.background": "#505037",
"editorGroupHeader.tabsBackground": "#222228",
// "tab.activeBackground": "#272738",
"editorGroup.background": "#1a1a1e",
"tab.inactiveBackground": "#333340",
"tab.border": "#000030",
"peekView.border": "#3655b5",
"panelTitle.activeForeground": "#ddffff",
"statusBar.background": "#354550",
"statusBar.debuggingBackground": "#354550",
......@@ -30,7 +30,7 @@
"activityBarBadge.background": "#3655b5",
"sideBar.background": "#232327",
"sideBarSectionHeader.background": "#424250",
"notification.foreground": "#ffe0ff",
"notification.background": "#292935",
"pickerGroup.foreground": "#77a5b0",
"terminal.ansiWhite": "#ddffff"
},
......
......@@ -460,6 +460,7 @@
"list.focusBackground": "#CADEB9",
"list.activeSelectionBackground": "#c4d9b1",
"list.inactiveSelectionBackground": "#d3dbcd",
"list.highlightForeground": "#9769dc",
"editor.background": "#F5F5F5",
"editorWhitespace.foreground": "#AAAAAA",
"editor.lineHighlightBackground": "#E4F6D4",
......@@ -477,6 +478,7 @@
"peekViewTitle.background": "#F2F8FC",
"peekViewEditor.background": "#F2F8FC",
"peekViewResult.background": "#F2F8FC",
"peekView.border": "#705697",
"peekViewResult.matchHighlightBackground": "#93C6D6",
"statusBar.background": "#705697",
"statusBar.noFolderBackground": "#705697",
......@@ -486,6 +488,13 @@
"activityBarBadge.background": "#705697",
"titleBar.activeBackground": "#c4b7d7",
"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"
}
}
\ No newline at end of file
......@@ -15,6 +15,7 @@
// editor
"editor.background": "#390000",
"editorGroup.border": "#ff666633",
"editorGroup.background": "#1c0101",
"editorCursor.foreground": "#970000",
"editor.foreground": "#F8F8F8",
"editorWhitespace.foreground": "#c10000",
......
......@@ -306,12 +306,12 @@
// "input.border": "",
"inputOption.activeBorder": "#2AA19899",
"inputValidation.infoBorder": "#384078",
"inputValidation.infoBackground": "#051336",
"inputValidation.warningBackground": "#5B7E7A",
"inputValidation.warningBorder": "#5B7E7A",
"inputValidation.errorBackground": "#A22D44",
"inputValidation.errorBorder": "#AB395B",
"inputValidation.infoBorder": "#363b5f",
"inputValidation.infoBackground": "#052730",
"inputValidation.warningBackground": "#5d5938",
"inputValidation.warningBorder": "#9d8a5e",
"inputValidation.errorBackground": "#571b26",
"inputValidation.errorBorder": "#a92049",
"dropdown.background": "#00212B",
"dropdown.border": "#2AA19899",
......@@ -326,7 +326,7 @@
"list.hoverBackground": "#004454AA",
"list.inactiveSelectionBackground": "#00445488",
"list.dropBackground": "#00445488",
"list.highlightForeground": "#047aa6",
"list.highlightForeground": "#1ebcc5",
// "scrollbar.shadow": "",
// "scrollbarSlider.activeBackground": "",
......@@ -397,7 +397,7 @@
// "editorGroupHeader.noTabsBackground": "",
"editorGroup.border": "#00212B",
"editorGroup.background": "#011b23",
"editorGroup.dropBackground": "#00212BAA",
"editorGroup.dropBackground": "#2AA19844",
"editorGroupHeader.tabsBackground": "#004052",
// Workbench: Tabs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册