|
129 | 129 | "merge.incomingHeaderBackground": "#8fbcbb66", |
130 | 130 | "merge.incomingContentBackground": "#8fbcbb4d", |
131 | 131 | "merge.border": "#3b425200", |
| 132 | + |
| 133 | + /* `notification.*` keys are legacy support for VS Code versions >1.21.0 */ |
132 | 134 | "notification.background": "#3b4252", |
133 | | - "notification.foreground": "#d8dee9", |
134 | 135 | "notification.buttonBackground": "#434c5e", |
135 | | - "notification.buttonHoverBackground": "#4c566a", |
136 | 136 | "notification.buttonForeground": "#d8dee9", |
| 137 | + "notification.buttonHoverBackground": "#4c566a", |
| 138 | + "notification.errorBackground": "#bf616a", |
| 139 | + "notification.errorForeground": "#2e3440", |
| 140 | + "notification.foreground": "#d8dee9", |
137 | 141 | "notification.infoBackground": "#88c0d0", |
138 | 142 | "notification.infoForeground": "#2e3440", |
139 | 143 | "notification.warningBackground": "#ebcb8b", |
140 | 144 | "notification.warningForeground": "#2e3440", |
141 | | - "notification.errorBackground": "#bf616a", |
142 | | - "notification.errorForeground": "#2e3440", |
| 145 | + |
| 146 | + "notificationCenter.border": "#3b425200", |
| 147 | + "notificationCenterHeader.background": "#2e3440", |
| 148 | + "notificationCenterHeader.foreground": "#88c0d0", |
| 149 | + "notificationLink.foreground": "#88c0d0", |
| 150 | + "notifications.background": "#3b4252", |
| 151 | + "notifications.border": "#2e3440", |
| 152 | + "notifications.foreground": "#d8dee9", |
| 153 | + "notificationToast.border": "#3b425200", |
| 154 | + |
143 | 155 | "panel.background": "#2e3440", |
144 | 156 | "panel.border": "#3b4252", |
145 | 157 | "panelTitle.activeBorder": "#88c0d000", |
|
0 commit comments