fix: Temporary fix buttons background

Close #37
This commit is contained in:
Mattia Astorino 2017-05-16 23:04:33 +02:00
parent 0d792dd4ac
commit f97d06af93
6 changed files with 16 additions and 7 deletions

View file

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

View file

@ -749,6 +749,7 @@
"notification.background": "{{variant.scheme.background}}", "notification.background": "{{variant.scheme.background}}",
"notification.foreground": "{{variant.scheme.foreground}}", "notification.foreground": "{{variant.scheme.foreground}}",
"badge.background": "{{variant.scheme.lineHighlight}}30", "badge.background": "{{variant.scheme.lineHighlight}}30",
"badge.foreground": "{{variant.scheme.comments}}" "badge.foreground": "{{variant.scheme.comments}}",
"button.background": "{{variant.scheme.selection}}"
} }
} }

View file

@ -1,5 +1,6 @@
{ {
"name": "Material-Theme-Darker", "name": "Material-Theme-Darker",
"type": "dark",
"tokenColors": [ "tokenColors": [
{ {
"settings": { "settings": {
@ -748,6 +749,7 @@
"notification.background": "#212121", "notification.background": "#212121",
"notification.foreground": "#EEFFFF", "notification.foreground": "#EEFFFF",
"badge.background": "#00000030", "badge.background": "#00000030",
"badge.foreground": "#4A4A4A" "badge.foreground": "#4A4A4A",
"button.background": "#61616150"
} }
} }

View file

@ -1,5 +1,6 @@
{ {
"name": "Material-Theme-Default", "name": "Material-Theme-Default",
"type": "dark",
"tokenColors": [ "tokenColors": [
{ {
"settings": { "settings": {
@ -748,6 +749,7 @@
"notification.background": "#263238", "notification.background": "#263238",
"notification.foreground": "#EEFFFF", "notification.foreground": "#EEFFFF",
"badge.background": "#00000030", "badge.background": "#00000030",
"badge.foreground": "#546E7A" "badge.foreground": "#546E7A",
"button.background": "#80CBC420"
} }
} }

View file

@ -1,5 +1,6 @@
{ {
"name": "Material-Theme-Lighter", "name": "Material-Theme-Lighter",
"type": "light",
"tokenColors": [ "tokenColors": [
{ {
"settings": { "settings": {
@ -748,6 +749,7 @@
"notification.background": "#FAFAFA", "notification.background": "#FAFAFA",
"notification.foreground": "#90A4AE", "notification.foreground": "#90A4AE",
"badge.background": "#CCD7DA30", "badge.background": "#CCD7DA30",
"badge.foreground": "#90A4AE90" "badge.foreground": "#90A4AE90",
"button.background": "#80CBC440"
} }
} }

View file

@ -1,5 +1,6 @@
{ {
"name": "Material-Theme-Palenight", "name": "Material-Theme-Palenight",
"type": "dark",
"tokenColors": [ "tokenColors": [
{ {
"settings": { "settings": {
@ -746,8 +747,9 @@
"diffEditor.insertedTextBackground": "#C3E88D15", "diffEditor.insertedTextBackground": "#C3E88D15",
"diffEditor.removedTextBackground": "#FF537020", "diffEditor.removedTextBackground": "#FF537020",
"notification.background": "#292D3E", "notification.background": "#292D3E",
"notification.foreground": "#ffffff", "notification.foreground": "#A6ACCD",
"badge.background": "#00000030", "badge.background": "#00000030",
"badge.foreground": "#676E95" "badge.foreground": "#676E95",
"button.background": "#717CB450"
} }
} }