Skip to content

Commit e6217c6

Browse files
author
Benjamin Pasero
committed
adopt some new color keys in our built in themes
1 parent 4b995d5 commit e6217c6

8 files changed

Lines changed: 24 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,10 @@
408408
"pickerGroup.border": "#596F99",
409409
"pickerGroup.foreground": "#596F99",
410410

411+
// Workbench: Extensions
412+
"extensionButton.prominentBackground": "#5f8b3b",
413+
"extensionButton.prominentHoverBackground": "#5f8b3bbb",
414+
411415
// Workbench: Terminal
412416
"terminal.ansiBlack": "#111111",
413417
"terminal.ansiRed": "#ff9da4",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"pickerGroup.foreground": "#e3b583",
1515
"pickerGroup.border": "#e3b583",
1616
"inputOption.activeBorder": "#a57a4c",
17+
"selection.background": "#84613daa",
1718
"editor.selectionBackground": "#84613daa",
1819
"editorWidget.background": "#131510",
1920
"editorHoverWidget.background": "#221a14",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"button.background": "#75715E",
1818
"editor.background": "#272822",
1919
"editor.foreground": "#f8f8f2",
20+
"selection.background": "#ccccc7",
2021
"editor.selectionBackground": "#49483e",
2122
"editor.lineHighlightBackground": "#3e3d32",
2223
"editorCursor.foreground": "#f8f8f0",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@
461461
"list.activeSelectionBackground": "#c4d9b1",
462462
"list.inactiveSelectionBackground": "#d3dbcd",
463463
"list.highlightForeground": "#9769dc",
464+
"selection.background": "#C9D0D9",
464465
"editor.background": "#F5F5F5",
465466
"editorWhitespace.foreground": "#AAAAAA",
466467
"editor.lineHighlightBackground": "#E4F6D4",
@@ -495,6 +496,7 @@
495496
"inputValidation.warningBorder": "#ffe055",
496497
"inputValidation.errorBackground": "#ffeaea",
497498
"inputValidation.errorBorder": "#f1897f",
499+
"errorForeground": "#ffeaea",
498500
"badge.background": "#705697AA",
499501
"progressBar.background": "#705697"
500502
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"editorGroupHeader.tabsBackground": "#330000",
1212
"titleBar.activeBackground": "#770000",
1313
"titleBar.inactiveBackground": "#772222",
14+
"selection.background": "#ff777788",
1415
// editor
1516
"editor.background": "#390000",
1617
"editorGroup.border": "#ff666633",
@@ -51,7 +52,10 @@
5152
"pickerGroup.foreground": "#cc9999",
5253
"pickerGroup.border": "#ff000033",
5354
"badge.background": "#cc3333",
54-
"progressBar.background": "#cc3333"
55+
"progressBar.background": "#cc3333",
56+
"errorForeground": "#ffeaea",
57+
"extensionButton.prominentBackground": "#cc3333",
58+
"extensionButton.prominentHoverBackground": "#cc333388"
5559
},
5660
"name": "Red"
5761
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@
301301

302302
// "widget.shadow": "",
303303

304+
"selection.background": "#2AA19899",
305+
304306
"input.background": "#003847",
305307
"input.foreground": "#93A1A1",
306308
"input.placeholderForeground": "#93A1A1AA",
@@ -314,6 +316,8 @@
314316
"inputValidation.errorBackground": "#571b26",
315317
"inputValidation.errorBorder": "#a92049",
316318

319+
"errorForeground": "#ffeaea",
320+
317321
"badge.background": "#047aa6",
318322
"progressBar.background": "#047aa6",
319323

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@
323323
"button.background": "#AC9D57",
324324
// "button.foreground": "",
325325

326+
"selection.background": "#CCC4B0",
327+
326328
"list.activeSelectionBackground": "#DFCA88",
327329
"list.activeSelectionForeground": "#6C6C6C",
328330
"list.focusBackground": "#DFCA8866",
@@ -453,6 +455,10 @@
453455
"pickerGroup.border": "#2AA19899",
454456
"pickerGroup.foreground": "#2AA19899",
455457

458+
// Extensions
459+
"extensionButton.prominentBackground": "#b58900",
460+
"extensionButton.prominentHoverBackground": "#584c27aa",
461+
456462
// Workbench: Terminal
457463
// Colors sourced from the official palette http://ethanschoonover.com/solarized
458464
"terminal.ansiBlack": "#262626",

extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"type": "dark",
33
"colors": {
44
"focusBorder": "#bbdaff",
5+
"errorForeground": "#a92049",
56
"input.background": "#001733",
67
"dropdown.background": "#001733",
78
"list.focusBackground": "#ffffff60",

0 commit comments

Comments
 (0)