fix: Fix notification bar foreground on Lighter

Close #34
This commit is contained in:
Mattia Astorino 2017-05-16 22:48:17 +02:00
parent 9578f38a94
commit c177e46334
6 changed files with 17 additions and 17 deletions

View file

@ -3,7 +3,7 @@
"name": "Material-Theme-Lighter",
"scheme": {
"background": "#FAFAFA",
"comments": "#CCD7DA",
"comments": "#90A4AE90",
"caret": "#272727",
"findHighlight": "#FFCC00",
"foreground": "#90A4AE",
@ -13,7 +13,7 @@
"invisibles": "#E7EAEC",
"lineHighlight": "#CCD7DA",
"selection": "#80CBC440",
"shadow": "#00000030",
"shadow": "#00000020",
"inputBackground": "#00000005",
"inputForeground": "#90A4AE",
"inputBorder": "#00000010",

View file

@ -18,7 +18,7 @@
"inputForeground": "#EEFFFF",
"inputBorder": "#FFFFFF10",
"scrollbars": "#00000050",
"scrollbarsHover": "#00000030",
"scrollbarsHover": "#00000030"
"base": {
"white": "#ffffff",
"black": "#000000",

View file

@ -746,7 +746,7 @@
"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.foreground}}",
"badge.background": "{{variant.scheme.lineHighlight}}30",
"badge.foreground": "{{variant.scheme.comments}}"
}

View file

@ -746,7 +746,7 @@
"diffEditor.insertedTextBackground": "#C3E88D15",
"diffEditor.removedTextBackground": "#FF537020",
"notification.background": "#212121",
"notification.foreground": "#ffffff",
"notification.foreground": "#EEFFFF",
"badge.background": "#00000030",
"badge.foreground": "#4A4A4A"
}

View file

@ -746,7 +746,7 @@
"diffEditor.insertedTextBackground": "#C3E88D15",
"diffEditor.removedTextBackground": "#FF537020",
"notification.background": "#263238",
"notification.foreground": "#ffffff",
"notification.foreground": "#EEFFFF",
"badge.background": "#00000030",
"badge.foreground": "#546E7A"
}

View file

@ -15,7 +15,7 @@
],
"settings": {
"fontStyle": "italic",
"foreground": "#CCD7DA"
"foreground": "#90A4AE90"
}
},
{
@ -682,21 +682,21 @@
"editorHoverWidget.background": "#FAFAFA",
"editorIndentGuide.background": "#B0BEC570",
"editorGroupHeader.tabsBackground": "#FAFAFA",
"editorGroup.border": "#00000030",
"editorGroup.border": "#00000020",
"tab.inactiveBackground": "#FAFAFA",
"tab.inactiveForeground": "#CCD7DA",
"tab.inactiveForeground": "#90A4AE90",
"tab.border": "#FAFAFA",
"statusBar.background": "#FAFAFA",
"statusBar.noFolderBackground": "#FAFAFA",
"statusBar.foreground": "#CCD7DA",
"statusBar.foreground": "#90A4AE90",
"activityBar.background": "#FAFAFA",
"activityBar.foreground": "#90A4AE",
"activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000",
"titleBar.activeBackground": "#FAFAFA",
"titleBar.activeForeground": "#CCD7DA",
"titleBar.activeForeground": "#90A4AE90",
"titleBar.inactiveBackground": "#FAFAFA",
"titleBar.inactiveForeground": "#CCD7DA",
"titleBar.inactiveForeground": "#90A4AE90",
"sideBar.background": "#FAFAFA",
"sideBarTitle.foreground": "#90A4AE",
"sideBarSectionHeader.background": "#FAFAFA",
@ -716,7 +716,7 @@
"list.highlightForeground": "#80CBC4",
"list.focusBackground": "#CFD8DC",
"terminal.ansiWhite": "#FFFFFF",
"terminal.ansiBlack": "#CCD7DA",
"terminal.ansiBlack": "#90A4AE90",
"terminal.ansiBlue": "#6182B8",
"terminal.ansiCyan": "#39ADB5",
"terminal.ansiGreen": "#91B859",
@ -724,7 +724,7 @@
"terminal.ansiRed": "#E53935",
"terminal.ansiYellow": "#FFB62C",
"terminal.ansiBrightWhite": "#FFFFFF",
"terminal.ansiBrightBlack": "#CCD7DA",
"terminal.ansiBrightBlack": "#90A4AE90",
"terminal.ansiBrightBlue": "#6182B8",
"terminal.ansiBrightCyan": "#39ADB5",
"terminal.ansiBrightGreen": "#91B859",
@ -739,15 +739,15 @@
"editorSuggestWidget.highlightForeground": "#80CBC4",
"editorSuggestWidget.selectedBackground": "#CCD7DA50",
"editorSuggestWidget.border": "#00000010",
"widget.shadow": "#00000030",
"widget.shadow": "#00000020",
"editorWidget.background": "#FAFAFA",
"panel.border": "#FAFAFA",
"panelTitle.activeForeground": "#90A4AE",
"diffEditor.insertedTextBackground": "#91B85915",
"diffEditor.removedTextBackground": "#E5393520",
"notification.background": "#FAFAFA",
"notification.foreground": "#FFFFFF",
"notification.foreground": "#90A4AE",
"badge.background": "#CCD7DA30",
"badge.foreground": "#CCD7DA"
"badge.foreground": "#90A4AE90"
}
}