diff --git a/themes/cyberpunk-color-theme.json b/themes/cyberpunk-color-theme.json index df2d362..ffc8bf0 100644 --- a/themes/cyberpunk-color-theme.json +++ b/themes/cyberpunk-color-theme.json @@ -53,7 +53,17 @@ "list.highlightForeground": "#00FF9C", "list.inactiveSelectionBackground": "#1f030d", "list.inactiveSelectionForeground": "#ff4081", - "notification.background": "#747D9180", + "notification.background": "#182333", + "notification.foreground": "#00e676", + "notification.buttonBackground": "#273b54", + "notification.buttonForeground": "#00e676", + "notification.buttonHoverBackground": "#375575", + "notification.errorBackground": "#ff174426", + "notification.errorForeground": "#ff1744", + "notification.infoBackground": "#00b3ff26", + "notification.infoForeground": "#00b0ff", + "notification.warningBackground": "#ffff0026", + "notification.warningForeground": "#ffff00", "peekViewEditor.matchHighlightBackground": "#5e35b1", "peekView.border": "#ff4081", "peekViewEditor.background": "#1f030d",