From 0098c3111600531c41cb9e76012b907307137d50 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 5 May 2017 11:47:36 +0200 Subject: [PATCH] chore: Fix notifications color --- src/themes/theme-template.yml | 2 +- themes/Material-Theme-Darker.json | 2 +- themes/Material-Theme-Default.json | 2 +- themes/Material-Theme-Lighter.json | 2 +- themes/Material-Theme-Palenight.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/themes/theme-template.yml b/src/themes/theme-template.yml index 5c0b97a..bb21d03 100644 --- a/src/themes/theme-template.yml +++ b/src/themes/theme-template.yml @@ -518,7 +518,7 @@ colors: # Notification bar notification.background: '{{variant.scheme.background}}' - notification.foreground: '{{variant.scheme.foreground}}' + notification.foreground: '{{variant.scheme.base.white}}' # Buttons #button.background: '{{variant.scheme.accents.teal}}' diff --git a/themes/Material-Theme-Darker.json b/themes/Material-Theme-Darker.json index 57d6312..864e72f 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -736,6 +736,6 @@ "diffEditor.insertedTextBackground": "#C3E88D15", "diffEditor.removedTextBackground": "#FF537020", "notification.background": "#212121", - "notification.foreground": "#EEFFFF" + "notification.foreground": "#ffffff" } } \ No newline at end of file diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index 83de229..58bb60b 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -736,6 +736,6 @@ "diffEditor.insertedTextBackground": "#C3E88D15", "diffEditor.removedTextBackground": "#FF537020", "notification.background": "#263238", - "notification.foreground": "#EEFFFF" + "notification.foreground": "#ffffff" } } \ No newline at end of file diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index bad2796..da79452 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -736,6 +736,6 @@ "diffEditor.insertedTextBackground": "#91B85915", "diffEditor.removedTextBackground": "#E5393520", "notification.background": "#FAFAFA", - "notification.foreground": "#90A4AE" + "notification.foreground": "#FFFFFF" } } \ No newline at end of file diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index cecfe26..500759a 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -736,6 +736,6 @@ "diffEditor.insertedTextBackground": "#C3E88D15", "diffEditor.removedTextBackground": "#FF537020", "notification.background": "#292D3E", - "notification.foreground": "#A6ACCD" + "notification.foreground": "#ffffff" } } \ No newline at end of file