fix: Fix notification bar badge colors
This commit is contained in:
parent
4758c452cd
commit
a3428ab812
7 changed files with 38 additions and 7 deletions
|
@ -42,7 +42,7 @@ let accentsProperties: IGenericObject<IAccentCustomProperty> = {
|
|||
"selection.background": {
|
||||
alpha: 100,
|
||||
value: undefined
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -698,6 +698,9 @@
|
|||
"editorIndentGuide.background": "{{variant.scheme.guides}}",
|
||||
"editorGroupHeader.tabsBackground": "{{variant.scheme.background}}",
|
||||
"editorGroup.border": "{{variant.scheme.shadow}}",
|
||||
"editorGutter.modifiedBackground": "{{variant.scheme.base.yellow}}40",
|
||||
"editorGutter.addedBackground": "{{variant.scheme.base.green}40",
|
||||
"editorGutter.deletedBackground": "{{variant.scheme.base.red}}40",
|
||||
"tab.activeForeground": "{{variant.scheme.tabActiveForeground}}",
|
||||
"tab.inactiveForeground": "{{variant.scheme.comments}}",
|
||||
"tab.inactiveBackground": "{{variant.scheme.background}}",
|
||||
|
@ -754,7 +757,7 @@
|
|||
"terminal.ansiBrightYellow": "{{variant.scheme.base.yellow}}",
|
||||
"scrollbarSlider.background": "{{variant.scheme.scrollbars}}",
|
||||
"scrollbarSlider.hoverBackground": "{{variant.scheme.scrollbarsHover}}",
|
||||
"scrollbarSlider.activeBackground": "{{commons.accents.Teal}}50",
|
||||
"scrollbarSlider.activeBackground": "{{commons.accents.Teal}}",
|
||||
"editorSuggestWidget.background": "{{variant.scheme.background}}",
|
||||
"editorSuggestWidget.foreground": "{{variant.scheme.foreground}}",
|
||||
"editorSuggestWidget.highlightForeground": "{{commons.accents.Teal}}",
|
||||
|
@ -770,6 +773,10 @@
|
|||
"diffEditor.removedTextBackground": "{{variant.scheme.base.red}}20",
|
||||
"notification.background": "{{variant.scheme.background}}",
|
||||
"notification.foreground": "{{variant.scheme.foreground}}",
|
||||
"notification.infoBackground": "{{variant.scheme.base.blue}}",
|
||||
"notification.infoForeground": "{{variant.scheme.base.white}}",
|
||||
"notification.warningBackground": "{{variant.scheme.base.red}}",
|
||||
"notification.warningForeground": "{{variant.scheme.base.white}}",
|
||||
"badge.background": "{{variant.scheme.lineHighlight}}30",
|
||||
"badge.foreground": "{{variant.scheme.comments}}",
|
||||
"button.background": "{{variant.scheme.selection}}",
|
||||
|
|
|
@ -698,6 +698,8 @@
|
|||
"editorIndentGuide.background": "#42424270",
|
||||
"editorGroupHeader.tabsBackground": "#212121",
|
||||
"editorGroup.border": "#00000030",
|
||||
"editorGutter.modifiedBackground": "#FFCB6B40",
|
||||
"editorGutter.addedBackground": "40",
|
||||
"tab.activeForeground": "#FFFFFF",
|
||||
"tab.inactiveForeground": "#4A4A4A",
|
||||
"tab.inactiveBackground": "#212121",
|
||||
|
@ -754,7 +756,7 @@
|
|||
"terminal.ansiBrightYellow": "#FFCB6B",
|
||||
"scrollbarSlider.background": "#00000050",
|
||||
"scrollbarSlider.hoverBackground": "#00000030",
|
||||
"scrollbarSlider.activeBackground": "#80CBC450",
|
||||
"scrollbarSlider.activeBackground": "#80CBC4",
|
||||
"editorSuggestWidget.background": "#212121",
|
||||
"editorSuggestWidget.foreground": "#EEFFFF",
|
||||
"editorSuggestWidget.highlightForeground": "#80CBC4",
|
||||
|
@ -770,6 +772,10 @@
|
|||
"diffEditor.removedTextBackground": "#FF537020",
|
||||
"notification.background": "#212121",
|
||||
"notification.foreground": "#EEFFFF",
|
||||
"notification.infoBackground": "#82AAFF",
|
||||
"notification.infoForeground": "#ffffff",
|
||||
"notification.warningBackground": "#FF5370",
|
||||
"notification.warningForeground": "#ffffff",
|
||||
"badge.background": "#00000030",
|
||||
"badge.foreground": "#4A4A4A",
|
||||
"button.background": "#61616150",
|
||||
|
|
|
@ -698,6 +698,8 @@
|
|||
"editorIndentGuide.background": "#37474F80",
|
||||
"editorGroupHeader.tabsBackground": "#263238",
|
||||
"editorGroup.border": "#00000030",
|
||||
"editorGutter.modifiedBackground": "#FFCB6B40",
|
||||
"editorGutter.addedBackground": "40",
|
||||
"tab.activeForeground": "#FFFFFF",
|
||||
"tab.inactiveForeground": "#546E7A",
|
||||
"tab.inactiveBackground": "#263238",
|
||||
|
@ -754,7 +756,7 @@
|
|||
"terminal.ansiBrightYellow": "#FFCB6B",
|
||||
"scrollbarSlider.background": "#00000050",
|
||||
"scrollbarSlider.hoverBackground": "#00000030",
|
||||
"scrollbarSlider.activeBackground": "#80CBC450",
|
||||
"scrollbarSlider.activeBackground": "#80CBC4",
|
||||
"editorSuggestWidget.background": "#263238",
|
||||
"editorSuggestWidget.foreground": "#EEFFFF",
|
||||
"editorSuggestWidget.highlightForeground": "#80CBC4",
|
||||
|
@ -770,6 +772,10 @@
|
|||
"diffEditor.removedTextBackground": "#FF537020",
|
||||
"notification.background": "#263238",
|
||||
"notification.foreground": "#EEFFFF",
|
||||
"notification.infoBackground": "#82AAFF",
|
||||
"notification.infoForeground": "#ffffff",
|
||||
"notification.warningBackground": "#FF5370",
|
||||
"notification.warningForeground": "#ffffff",
|
||||
"badge.background": "#00000030",
|
||||
"badge.foreground": "#546E7A",
|
||||
"button.background": "#80CBC420",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -698,6 +698,8 @@
|
|||
"editorIndentGuide.background": "#B0BEC570",
|
||||
"editorGroupHeader.tabsBackground": "#FAFAFA",
|
||||
"editorGroup.border": "#00000020",
|
||||
"editorGutter.modifiedBackground": "#FFB62C40",
|
||||
"editorGutter.addedBackground": "40",
|
||||
"tab.activeForeground": "#000000",
|
||||
"tab.inactiveForeground": "#90A4AE90",
|
||||
"tab.inactiveBackground": "#FAFAFA",
|
||||
|
@ -754,7 +756,7 @@
|
|||
"terminal.ansiBrightYellow": "#FFB62C",
|
||||
"scrollbarSlider.background": "#00000050",
|
||||
"scrollbarSlider.hoverBackground": "#00000030",
|
||||
"scrollbarSlider.activeBackground": "#80CBC450",
|
||||
"scrollbarSlider.activeBackground": "#80CBC4",
|
||||
"editorSuggestWidget.background": "#FAFAFA",
|
||||
"editorSuggestWidget.foreground": "#90A4AE",
|
||||
"editorSuggestWidget.highlightForeground": "#80CBC4",
|
||||
|
@ -770,6 +772,10 @@
|
|||
"diffEditor.removedTextBackground": "#E5393520",
|
||||
"notification.background": "#FAFAFA",
|
||||
"notification.foreground": "#90A4AE",
|
||||
"notification.infoBackground": "#6182B8",
|
||||
"notification.infoForeground": "#FFFFFF",
|
||||
"notification.warningBackground": "#E53935",
|
||||
"notification.warningForeground": "#FFFFFF",
|
||||
"badge.background": "#CCD7DA30",
|
||||
"badge.foreground": "#90A4AE90",
|
||||
"button.background": "#80CBC440",
|
||||
|
|
|
@ -698,6 +698,8 @@
|
|||
"editorIndentGuide.background": "#4E557980",
|
||||
"editorGroupHeader.tabsBackground": "#292D3E",
|
||||
"editorGroup.border": "#00000030",
|
||||
"editorGutter.modifiedBackground": "#FFCB6B40",
|
||||
"editorGutter.addedBackground": "40",
|
||||
"tab.activeForeground": "#FFFFFF",
|
||||
"tab.inactiveForeground": "#676E95",
|
||||
"tab.inactiveBackground": "#292D3E",
|
||||
|
@ -754,7 +756,7 @@
|
|||
"terminal.ansiBrightYellow": "#FFCB6B",
|
||||
"scrollbarSlider.background": "#00000050",
|
||||
"scrollbarSlider.hoverBackground": "#00000030",
|
||||
"scrollbarSlider.activeBackground": "#80CBC450",
|
||||
"scrollbarSlider.activeBackground": "#80CBC4",
|
||||
"editorSuggestWidget.background": "#292D3E",
|
||||
"editorSuggestWidget.foreground": "#A6ACCD",
|
||||
"editorSuggestWidget.highlightForeground": "#80CBC4",
|
||||
|
@ -770,6 +772,10 @@
|
|||
"diffEditor.removedTextBackground": "#FF537020",
|
||||
"notification.background": "#292D3E",
|
||||
"notification.foreground": "#A6ACCD",
|
||||
"notification.infoBackground": "#82AAFF",
|
||||
"notification.infoForeground": "#ffffff",
|
||||
"notification.warningBackground": "#FF5370",
|
||||
"notification.warningForeground": "#ffffff",
|
||||
"badge.background": "#00000030",
|
||||
"badge.foreground": "#676E95",
|
||||
"button.background": "#717CB450",
|
||||
|
|
Loading…
Reference in a new issue