chore: Update workbench theme
This commit is contained in:
parent
7dfe7243cc
commit
1b724d010b
7 changed files with 529 additions and 504 deletions
|
@ -13,7 +13,7 @@
|
|||
"invisibles": "#4E5579",
|
||||
"lineHighlight": "#000000",
|
||||
"selection": "#717CB440",
|
||||
"shadow": "#00000050",
|
||||
"shadow": "#00000030",
|
||||
"inputBackground": "#FFFFFF05",
|
||||
"inputForeground": "#EEFFFF",
|
||||
"inputBorder": "#FFFFFF10",
|
||||
|
|
|
@ -692,6 +692,7 @@
|
|||
"sideBarSectionHeader.background": "{{variant.scheme.background}}",
|
||||
"input.background": "{{variant.scheme.inputBackground}}",
|
||||
"input.foreground": "{{variant.scheme.inputForeground}}",
|
||||
"input.placeholderForeground": "{{variant.scheme.foreground}}",
|
||||
"input.border": "{{variant.scheme.inputBorder}}",
|
||||
"inputValidation.errorBorder": "{{variant.scheme.base.red}}",
|
||||
"inputValidation.infoBorder": "{{variant.scheme.base.blue}}",
|
||||
|
@ -737,6 +738,10 @@
|
|||
"diffEditor.insertedTextBackground": "{{variant.scheme.base.green}}15",
|
||||
"diffEditor.removedTextBackground": "{{variant.scheme.base.red}}20",
|
||||
"notification.background": "{{variant.scheme.background}}",
|
||||
"notification.foreground": "{{variant.scheme.base.white}}"
|
||||
"notification.foreground": "{{variant.scheme.base.white}}",
|
||||
"badge.background": "{{variant.scheme.lineHighlight}}30",
|
||||
"badge.foreground": "{{variant.scheme.comments}}",
|
||||
"editorLink.activeForeground": "{{variant.scheme.foreground}}",
|
||||
"selection.background": "{{variant.scheme.foreground}}"
|
||||
}
|
||||
}
|
|
@ -692,6 +692,7 @@
|
|||
"sideBarSectionHeader.background": "#212121",
|
||||
"input.background": "#FFFFFF05",
|
||||
"input.foreground": "#EEFFFF",
|
||||
"input.placeholderForeground": "#EEFFFF",
|
||||
"input.border": "#FFFFFF10",
|
||||
"inputValidation.errorBorder": "#FF5370",
|
||||
"inputValidation.infoBorder": "#82AAFF",
|
||||
|
@ -737,6 +738,10 @@
|
|||
"diffEditor.insertedTextBackground": "#C3E88D15",
|
||||
"diffEditor.removedTextBackground": "#FF537020",
|
||||
"notification.background": "#212121",
|
||||
"notification.foreground": "#ffffff"
|
||||
"notification.foreground": "#ffffff",
|
||||
"badge.background": "#00000030",
|
||||
"badge.foreground": "#4A4A4A",
|
||||
"editorLink.activeForeground": "#EEFFFF",
|
||||
"selection.background": "#EEFFFF"
|
||||
}
|
||||
}
|
|
@ -692,6 +692,7 @@
|
|||
"sideBarSectionHeader.background": "#263238",
|
||||
"input.background": "#FFFFFF05",
|
||||
"input.foreground": "#EEFFFF",
|
||||
"input.placeholderForeground": "#EEFFFF",
|
||||
"input.border": "#FFFFFF10",
|
||||
"inputValidation.errorBorder": "#FF5370",
|
||||
"inputValidation.infoBorder": "#82AAFF",
|
||||
|
@ -737,6 +738,10 @@
|
|||
"diffEditor.insertedTextBackground": "#C3E88D15",
|
||||
"diffEditor.removedTextBackground": "#FF537020",
|
||||
"notification.background": "#263238",
|
||||
"notification.foreground": "#ffffff"
|
||||
"notification.foreground": "#ffffff",
|
||||
"badge.background": "#00000030",
|
||||
"badge.foreground": "#546E7A",
|
||||
"editorLink.activeForeground": "#EEFFFF",
|
||||
"selection.background": "#EEFFFF"
|
||||
}
|
||||
}
|
|
@ -692,6 +692,7 @@
|
|||
"sideBarSectionHeader.background": "#FAFAFA",
|
||||
"input.background": "#00000005",
|
||||
"input.foreground": "#90A4AE",
|
||||
"input.placeholderForeground": "#90A4AE",
|
||||
"input.border": "#00000010",
|
||||
"inputValidation.errorBorder": "#E53935",
|
||||
"inputValidation.infoBorder": "#6182B8",
|
||||
|
@ -737,6 +738,10 @@
|
|||
"diffEditor.insertedTextBackground": "#91B85915",
|
||||
"diffEditor.removedTextBackground": "#E5393520",
|
||||
"notification.background": "#FAFAFA",
|
||||
"notification.foreground": "#FFFFFF"
|
||||
"notification.foreground": "#FFFFFF",
|
||||
"badge.background": "#CCD7DA30",
|
||||
"badge.foreground": "#CCD7DA",
|
||||
"editorLink.activeForeground": "#90A4AE",
|
||||
"selection.background": "#90A4AE"
|
||||
}
|
||||
}
|
|
@ -665,7 +665,7 @@
|
|||
"colors": {
|
||||
"focusBorder": "#FFFFFF00",
|
||||
"editorCursor.foreground": "#FFCC00",
|
||||
"scrollbar.shadow": "#00000050",
|
||||
"scrollbar.shadow": "#00000030",
|
||||
"editor.background": "#292D3E",
|
||||
"editor.foreground": "#A6ACCD",
|
||||
"editorLineNumber.foreground": "#3A3F58",
|
||||
|
@ -674,7 +674,7 @@
|
|||
"editorHoverWidget.background": "#292D3E",
|
||||
"editorIndentGuide.background": "#4E557980",
|
||||
"editorGroupHeader.tabsBackground": "#292D3E",
|
||||
"editorGroup.border": "#00000050",
|
||||
"editorGroup.border": "#00000030",
|
||||
"tab.inactiveBackground": "#292D3E",
|
||||
"tab.inactiveForeground": "#676E95",
|
||||
"tab.border": "#292D3E",
|
||||
|
@ -692,6 +692,7 @@
|
|||
"sideBarSectionHeader.background": "#292D3E",
|
||||
"input.background": "#FFFFFF05",
|
||||
"input.foreground": "#EEFFFF",
|
||||
"input.placeholderForeground": "#A6ACCD",
|
||||
"input.border": "#FFFFFF10",
|
||||
"inputValidation.errorBorder": "#FF5370",
|
||||
"inputValidation.infoBorder": "#82AAFF",
|
||||
|
@ -728,7 +729,7 @@
|
|||
"editorSuggestWidget.highlightForeground": "#80CBC4",
|
||||
"editorSuggestWidget.selectedBackground": "#00000050",
|
||||
"editorSuggestWidget.border": "#FFFFFF10",
|
||||
"widget.shadow": "#00000050",
|
||||
"widget.shadow": "#00000030",
|
||||
"editorWidget.background": "#292D3E",
|
||||
"activityBarBadge.background": "#80CBC4",
|
||||
"activityBarBadge.foreground": "#000000",
|
||||
|
@ -737,6 +738,10 @@
|
|||
"diffEditor.insertedTextBackground": "#C3E88D15",
|
||||
"diffEditor.removedTextBackground": "#FF537020",
|
||||
"notification.background": "#292D3E",
|
||||
"notification.foreground": "#ffffff"
|
||||
"notification.foreground": "#ffffff",
|
||||
"badge.background": "#00000030",
|
||||
"badge.foreground": "#676E95",
|
||||
"editorLink.activeForeground": "#A6ACCD",
|
||||
"selection.background": "#A6ACCD"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue