chore: Fix notifications color

This commit is contained in:
Mattia Astorino 2017-05-05 11:47:36 +02:00
parent caff8ce8f9
commit 0098c31116
5 changed files with 5 additions and 5 deletions

View file

@ -518,7 +518,7 @@ colors:
# Notification bar # Notification bar
notification.background: '{{variant.scheme.background}}' notification.background: '{{variant.scheme.background}}'
notification.foreground: '{{variant.scheme.foreground}}' notification.foreground: '{{variant.scheme.base.white}}'
# Buttons # Buttons
#button.background: '{{variant.scheme.accents.teal}}' #button.background: '{{variant.scheme.accents.teal}}'

View file

@ -736,6 +736,6 @@
"diffEditor.insertedTextBackground": "#C3E88D15", "diffEditor.insertedTextBackground": "#C3E88D15",
"diffEditor.removedTextBackground": "#FF537020", "diffEditor.removedTextBackground": "#FF537020",
"notification.background": "#212121", "notification.background": "#212121",
"notification.foreground": "#EEFFFF" "notification.foreground": "#ffffff"
} }
} }

View file

@ -736,6 +736,6 @@
"diffEditor.insertedTextBackground": "#C3E88D15", "diffEditor.insertedTextBackground": "#C3E88D15",
"diffEditor.removedTextBackground": "#FF537020", "diffEditor.removedTextBackground": "#FF537020",
"notification.background": "#263238", "notification.background": "#263238",
"notification.foreground": "#EEFFFF" "notification.foreground": "#ffffff"
} }
} }

View file

@ -736,6 +736,6 @@
"diffEditor.insertedTextBackground": "#91B85915", "diffEditor.insertedTextBackground": "#91B85915",
"diffEditor.removedTextBackground": "#E5393520", "diffEditor.removedTextBackground": "#E5393520",
"notification.background": "#FAFAFA", "notification.background": "#FAFAFA",
"notification.foreground": "#90A4AE" "notification.foreground": "#FFFFFF"
} }
} }

View file

@ -736,6 +736,6 @@
"diffEditor.insertedTextBackground": "#C3E88D15", "diffEditor.insertedTextBackground": "#C3E88D15",
"diffEditor.removedTextBackground": "#FF537020", "diffEditor.removedTextBackground": "#FF537020",
"notification.background": "#292D3E", "notification.background": "#292D3E",
"notification.foreground": "#A6ACCD" "notification.foreground": "#ffffff"
} }
} }