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

adopt some new color keys in our built in themes

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