chore: Fix notifications color
This commit is contained in:
parent
caff8ce8f9
commit
0098c31116
5 changed files with 5 additions and 5 deletions
|
@ -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}}'
|
||||
|
|
|
@ -736,6 +736,6 @@
|
|||
"diffEditor.insertedTextBackground": "#C3E88D15",
|
||||
"diffEditor.removedTextBackground": "#FF537020",
|
||||
"notification.background": "#212121",
|
||||
"notification.foreground": "#EEFFFF"
|
||||
"notification.foreground": "#ffffff"
|
||||
}
|
||||
}
|
|
@ -736,6 +736,6 @@
|
|||
"diffEditor.insertedTextBackground": "#C3E88D15",
|
||||
"diffEditor.removedTextBackground": "#FF537020",
|
||||
"notification.background": "#263238",
|
||||
"notification.foreground": "#EEFFFF"
|
||||
"notification.foreground": "#ffffff"
|
||||
}
|
||||
}
|
|
@ -736,6 +736,6 @@
|
|||
"diffEditor.insertedTextBackground": "#91B85915",
|
||||
"diffEditor.removedTextBackground": "#E5393520",
|
||||
"notification.background": "#FAFAFA",
|
||||
"notification.foreground": "#90A4AE"
|
||||
"notification.foreground": "#FFFFFF"
|
||||
}
|
||||
}
|
|
@ -736,6 +736,6 @@
|
|||
"diffEditor.insertedTextBackground": "#C3E88D15",
|
||||
"diffEditor.removedTextBackground": "#FF537020",
|
||||
"notification.background": "#292D3E",
|
||||
"notification.foreground": "#A6ACCD"
|
||||
"notification.foreground": "#ffffff"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue