diff --git a/themes/new_darcula.json b/themes/new_darcula.json index 83f1824..74a3d15 100644 --- a/themes/new_darcula.json +++ b/themes/new_darcula.json @@ -89,6 +89,14 @@ "statusBar.debuggingBorder": "#4e4e4e", "statusBar.debuggingForeground": "#bababa", + "notificationCenterHeader.foreground": "#bbbbbb", + "notificationCenterHeader.background": "#3b3f41", + "notificationToast.border": "#54585a", + "notifications.foreground": "#bbbbbb", + "notifications.background": "#4c5052", + "notifications.border": "#323232", + "notificationLink.foreground": "#589df6", + "editorGroup.border": "#323232", "editorGroup.emptyBackground": "#313336", "editorGroupHeader.noTabsBackground": "#3b3f41", diff --git a/themes/new_dark.json b/themes/new_dark.json index 719d7cb..81a385c 100644 --- a/themes/new_dark.json +++ b/themes/new_dark.json @@ -97,6 +97,14 @@ "statusBarItem.activeBackground": "#42454a", "statusBarItem.hoverBackground": "#42454a", + "notificationCenterHeader.foreground": "#dfe1e5", + "notificationCenterHeader.background": "#2b2d30", + "notificationToast.border": "#42454a", + "notifications.foreground": "#dfe1e5", + "notifications.background": "#393b40", + "notifications.border": "#1e1f22", + "notificationLink.foreground": "#6a9bfa", + "editorGroup.border": "#393b40", "editorGroup.emptyBackground": "#1f1e22", "editorGroupHeader.noTabsBackground": "#1e1f22",