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

adopt some new color keys in our built in themes

上级 4b995d52
......@@ -408,6 +408,10 @@
"pickerGroup.border": "#596F99",
"pickerGroup.foreground": "#596F99",
// Workbench: Extensions
"extensionButton.prominentBackground": "#5f8b3b",
"extensionButton.prominentHoverBackground": "#5f8b3bbb",
// Workbench: Terminal
"terminal.ansiBlack": "#111111",
"terminal.ansiRed": "#ff9da4",
......
......@@ -14,6 +14,7 @@
"pickerGroup.foreground": "#e3b583",
"pickerGroup.border": "#e3b583",
"inputOption.activeBorder": "#a57a4c",
"selection.background": "#84613daa",
"editor.selectionBackground": "#84613daa",
"editorWidget.background": "#131510",
"editorHoverWidget.background": "#221a14",
......
......@@ -17,6 +17,7 @@
"button.background": "#75715E",
"editor.background": "#272822",
"editor.foreground": "#f8f8f2",
"selection.background": "#ccccc7",
"editor.selectionBackground": "#49483e",
"editor.lineHighlightBackground": "#3e3d32",
"editorCursor.foreground": "#f8f8f0",
......
......@@ -461,6 +461,7 @@
"list.activeSelectionBackground": "#c4d9b1",
"list.inactiveSelectionBackground": "#d3dbcd",
"list.highlightForeground": "#9769dc",
"selection.background": "#C9D0D9",
"editor.background": "#F5F5F5",
"editorWhitespace.foreground": "#AAAAAA",
"editor.lineHighlightBackground": "#E4F6D4",
......@@ -495,6 +496,7 @@
"inputValidation.warningBorder": "#ffe055",
"inputValidation.errorBackground": "#ffeaea",
"inputValidation.errorBorder": "#f1897f",
"errorForeground": "#ffeaea",
"badge.background": "#705697AA",
"progressBar.background": "#705697"
}
......
......@@ -11,6 +11,7 @@
"editorGroupHeader.tabsBackground": "#330000",
"titleBar.activeBackground": "#770000",
"titleBar.inactiveBackground": "#772222",
"selection.background": "#ff777788",
// editor
"editor.background": "#390000",
"editorGroup.border": "#ff666633",
......@@ -51,7 +52,10 @@
"pickerGroup.foreground": "#cc9999",
"pickerGroup.border": "#ff000033",
"badge.background": "#cc3333",
"progressBar.background": "#cc3333"
"progressBar.background": "#cc3333",
"errorForeground": "#ffeaea",
"extensionButton.prominentBackground": "#cc3333",
"extensionButton.prominentHoverBackground": "#cc333388"
},
"name": "Red"
}
\ No newline at end of file
......@@ -301,6 +301,8 @@
// "widget.shadow": "",
"selection.background": "#2AA19899",
"input.background": "#003847",
"input.foreground": "#93A1A1",
"input.placeholderForeground": "#93A1A1AA",
......@@ -314,6 +316,8 @@
"inputValidation.errorBackground": "#571b26",
"inputValidation.errorBorder": "#a92049",
"errorForeground": "#ffeaea",
"badge.background": "#047aa6",
"progressBar.background": "#047aa6",
......
......@@ -323,6 +323,8 @@
"button.background": "#AC9D57",
// "button.foreground": "",
"selection.background": "#CCC4B0",
"list.activeSelectionBackground": "#DFCA88",
"list.activeSelectionForeground": "#6C6C6C",
"list.focusBackground": "#DFCA8866",
......@@ -453,6 +455,10 @@
"pickerGroup.border": "#2AA19899",
"pickerGroup.foreground": "#2AA19899",
// Extensions
"extensionButton.prominentBackground": "#b58900",
"extensionButton.prominentHoverBackground": "#584c27aa",
// Workbench: Terminal
// Colors sourced from the official palette http://ethanschoonover.com/solarized
"terminal.ansiBlack": "#262626",
......
......@@ -2,6 +2,7 @@
"type": "dark",
"colors": {
"focusBorder": "#bbdaff",
"errorForeground": "#a92049",
"input.background": "#001733",
"dropdown.background": "#001733",
"list.focusBackground": "#ffffff60",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册