Skip to content

Commit a5d90e0

Browse files
author
Benjamin Pasero
committed
more theme updates (for microsoft#25327)
1 parent 9504f9e commit a5d90e0

6 files changed

Lines changed: 32 additions & 16 deletions

File tree

extensions/theme-abyss/themes/abyss-color-theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
"debugExceptionWidget.border": "#AB395B",
400400

401401
// Workbench: Notifications
402-
"notification.background": "#051336",
402+
"notification.background": "#182543",
403403
// "notification.foreground": "",
404404

405405
// Workbench: Quick Open

extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"statusBar.noFolderBackground": "#423523",
2727
"activityBar.background": "#221a0f",
2828
"activityBar.foreground": "#d3af86",
29-
"activityBarBadge.background": "#765e3e",
29+
"activityBarBadge.background": "#7f5d38",
3030
"sideBar.background": "#362712",
3131
"editor.lineHighlightBackground": "#5e452b",
3232
"editorCursor.foreground": "#d3af86",
@@ -37,7 +37,13 @@
3737
"peekViewEditor.background": "#221a14",
3838
"peekViewEditor.matchHighlightBackground": "#84613daa",
3939
"notification.background": "#473a29",
40-
"button.background": "#6e583b"
40+
"button.background": "#6e583b",
41+
"inputValidation.infoBorder": "#1b60a5",
42+
"inputValidation.infoBackground": "#2b2a42",
43+
"inputValidation.warningBackground": "#51412c",
44+
// "inputValidation.warningBorder": "#5B7E7A",
45+
"inputValidation.errorBackground": "#5f0d0d",
46+
"inputValidation.errorBorder": "#9d2f23"
4147
},
4248
"tokenColors": [
4349
{

extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
"list.focusBackground": "#425370",
77
"list.inactiveSelectionBackground": "#23324e",
88
"list.hoverBackground": "#005070",
9-
"list.dropBackground": "#505590",
109
"list.highlightForeground": "#e58520",
11-
"button.background": "#5088a3",
10+
"button.background": "#1e4456",
1211
"editor.background": "#202025",
1312
"editor.foreground": "#c5c8c6",
1413
"editor.selectionBackground": "#373b41",
@@ -17,9 +16,10 @@
1716
"editorWhitespace.foreground": "#383880",
1817
"editorIndentGuide.background": "#505037",
1918
"editorGroupHeader.tabsBackground": "#222228",
20-
// "tab.activeBackground": "#272738",
19+
"editorGroup.background": "#1a1a1e",
2120
"tab.inactiveBackground": "#333340",
2221
"tab.border": "#000030",
22+
"peekView.border": "#3655b5",
2323
"panelTitle.activeForeground": "#ddffff",
2424
"statusBar.background": "#354550",
2525
"statusBar.debuggingBackground": "#354550",
@@ -30,7 +30,7 @@
3030
"activityBarBadge.background": "#3655b5",
3131
"sideBar.background": "#232327",
3232
"sideBarSectionHeader.background": "#424250",
33-
"notification.foreground": "#ffe0ff",
33+
"notification.background": "#292935",
3434
"pickerGroup.foreground": "#77a5b0",
3535
"terminal.ansiWhite": "#ddffff"
3636
},

extensions/theme-quietlight/themes/quietlight-color-theme.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@
460460
"list.focusBackground": "#CADEB9",
461461
"list.activeSelectionBackground": "#c4d9b1",
462462
"list.inactiveSelectionBackground": "#d3dbcd",
463+
"list.highlightForeground": "#9769dc",
463464
"editor.background": "#F5F5F5",
464465
"editorWhitespace.foreground": "#AAAAAA",
465466
"editor.lineHighlightBackground": "#E4F6D4",
@@ -477,6 +478,7 @@
477478
"peekViewTitle.background": "#F2F8FC",
478479
"peekViewEditor.background": "#F2F8FC",
479480
"peekViewResult.background": "#F2F8FC",
481+
"peekView.border": "#705697",
480482
"peekViewResult.matchHighlightBackground": "#93C6D6",
481483
"statusBar.background": "#705697",
482484
"statusBar.noFolderBackground": "#705697",
@@ -486,6 +488,13 @@
486488
"activityBarBadge.background": "#705697",
487489
"titleBar.activeBackground": "#c4b7d7",
488490
"button.background": "#705697",
489-
"notification.background": "#442e66"
491+
"notification.background": "#442e66",
492+
"editorGroup.dropBackground": "#C9D0D988",
493+
"inputValidation.infoBorder": "#4ec1e5",
494+
"inputValidation.infoBackground": "#f2fcff",
495+
"inputValidation.warningBackground": "#fffee2",
496+
"inputValidation.warningBorder": "#ffe055",
497+
"inputValidation.errorBackground": "#ffeaea",
498+
"inputValidation.errorBorder": "#f1897f"
490499
}
491500
}

extensions/theme-red/themes/Red-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// editor
1616
"editor.background": "#390000",
1717
"editorGroup.border": "#ff666633",
18+
"editorGroup.background": "#1c0101",
1819
"editorCursor.foreground": "#970000",
1920
"editor.foreground": "#F8F8F8",
2021
"editorWhitespace.foreground": "#c10000",

extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,12 @@
306306
// "input.border": "",
307307

308308
"inputOption.activeBorder": "#2AA19899",
309-
"inputValidation.infoBorder": "#384078",
310-
"inputValidation.infoBackground": "#051336",
311-
"inputValidation.warningBackground": "#5B7E7A",
312-
"inputValidation.warningBorder": "#5B7E7A",
313-
"inputValidation.errorBackground": "#A22D44",
314-
"inputValidation.errorBorder": "#AB395B",
309+
"inputValidation.infoBorder": "#363b5f",
310+
"inputValidation.infoBackground": "#052730",
311+
"inputValidation.warningBackground": "#5d5938",
312+
"inputValidation.warningBorder": "#9d8a5e",
313+
"inputValidation.errorBackground": "#571b26",
314+
"inputValidation.errorBorder": "#a92049",
315315

316316
"dropdown.background": "#00212B",
317317
"dropdown.border": "#2AA19899",
@@ -326,7 +326,7 @@
326326
"list.hoverBackground": "#004454AA",
327327
"list.inactiveSelectionBackground": "#00445488",
328328
"list.dropBackground": "#00445488",
329-
"list.highlightForeground": "#047aa6",
329+
"list.highlightForeground": "#1ebcc5",
330330

331331
// "scrollbar.shadow": "",
332332
// "scrollbarSlider.activeBackground": "",
@@ -397,7 +397,7 @@
397397
// "editorGroupHeader.noTabsBackground": "",
398398
"editorGroup.border": "#00212B",
399399
"editorGroup.background": "#011b23",
400-
"editorGroup.dropBackground": "#00212BAA",
400+
"editorGroup.dropBackground": "#2AA19844",
401401
"editorGroupHeader.tabsBackground": "#004052",
402402

403403
// Workbench: Tabs

0 commit comments

Comments
 (0)