33 "type" : " dark" ,
44 // "include": "./base-dark-vs.json",
55 "colors" : {
6+ "focusBorder" : " #758095" ,
67 //
78 // activity bar
89 //
3637 "editorCodeLens.foreground" : " #758095" ,
3738 "badge.background" : " #a06468df" ,
3839 "badge.foreground" : " #fff" ,
40+ // "editor.rangeHighlightBorder": "",
41+ // "editor.rangeHighlightBackground": "",
42+ // "editorWhitespace.foreground": "",
43+
3944 //
4045 // brackets
4146 //
136141 "list.activeSelectionBackground" : " #c6797edf" ,
137142 "list.activeSelectionForeground" : " #fff" ,
138143 "list.dropBackground" : " #44495580" ,
139- // "list.focusBackground": "#fff ",
140- // "list.focusForeground": "",
144+ "list.focusBackground" : " #75809533 " ,
145+ "list.focusForeground" : " #c6cad2 " ,
141146 "list.hoverBackground" : " #44495580" ,
142147 "list.hoverForeground" : " #a7acb9" ,
143148 "list.inactiveFocusBackground" : " #44495580" ,
201206 // "statusBar.background": "#c6797e",
202207 "statusBar.background" : " #172030" ,
203208 "statusBar.foreground" : " #c6cad2" ,
204- "statusBar.debuggingBackground" : " #97a38f " ,
209+ "statusBar.debuggingBackground" : " #97a38fe6 " ,
205210 "statusBar.debuggingForeground" : " #fff" ,
206211 "statusBarItem.activeBackground" : " #c6797e" ,
207212 "statusBarItem.activeForeground" : " #fff" ,
210215 "statusBarItem.prominentHoverBackground" : " #b18bb1" ,
211216 // "statusBar.noFolderBackground": "#f7987e",
212217 "statusBar.noFolderBackground" : " #c6797edf" ,
213- "statusBar.noFolderForeground" : " #fff" ,
214218 //
215219 // title bar
216220 //
233237 "notification.warningBackground" : " #eabe9a" ,
234238 "notification.warningForeground" : " #1A2335" ,
235239 //
240+ // notification ^1.21
241+ //
242+ "notificationCenter.border" : " #c6797e" ,
243+ "notificationCenterHeader.foreground" : " #A7ACB9" ,
244+ "notificationCenterHeader.background" : " #1F2A3F" ,
245+ "notificationToast.border" : " #758095" ,
246+ "notifications.foreground" : " #c6cad2" ,
247+ "notifications.background" : " #1B2638" ,
248+ "notifications.border" : " #c6797e" ,
249+ "notificationLink.foreground" : " #c6cad2" ,
250+ //
236251 // picker group
237252 //
238253 "list.highlightForeground" : " #eabe9a" ,
279294 "gitDecoration.untrackedResourceForeground" : " #ADB9A4" ,
280295 "gitDecoration.ignoredResourceForeground" : " #6e94b9e6" ,
281296 "gitDecoration.conflictingResourceForeground" : " #d19498"
297+ //
298+ // text colors
299+ //
300+ // "textBlockQuote.background": "",
301+ // "textBlockQuote.border": "",
302+ // "textCodeBlock.background": "",
303+ // "textLink.activeForeground": "",
304+ // "textLink.foreground": "",
305+ // "textPreformat.foreground": "",
306+ // "textSeparator.foreground": ""
282307 }
283308}
0 commit comments