primer / github-vscode-theme

GitHub's VS Code themes
https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme
MIT License
1.89k stars 189 forks source link

Bump `primer/primitives` to `7.10.0` #344

Closed simurai closed 1 year ago

simurai commented 1 year ago

This bumps primer/primitives to 7.10.0.

There are quite a bit of changes, see under Colors changed. But it should bring this theme in sync with github.com and should fix https://github.com/primer/github-vscode-theme/issues/290.

7.1.1 7.10.0
Screen Shot 2023-01-04 at 15 35 43 Screen Shot 2023-01-04 at 15 42 27

Approach

yarn add @primer/primitives@7.10.0
changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 19bf4a599e6727ec8438d806af775096bda37108

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------- | ----- | | github-vscode-theme | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

github-actions[bot] commented 1 year ago
Colors changed ```diff --- base/themes/dark-colorblind.json 2023-01-04 07:38:51.535399487 +0000 +++ themes/dark-colorblind.json 2023-01-04 07:38:48.891377928 +0000 @@ -6,3 +6,3 @@ "descriptionForeground": "#8b949e", - "errorForeground": "#c38000", + "errorForeground": "#d47616", "textLink.foreground": "#58a6ff", @@ -16,5 +16,5 @@ "keybindingLabel.foreground": "#c9d1d9", - "button.background": "#1d69e0", + "button.background": "#1f6feb", "button.foreground": "#ffffff", - "button.hoverBackground": "#1585fd", + "button.hoverBackground": "#388bfd", "button.secondaryBackground": "#282e33", @@ -31,4 +31,4 @@ "input.foreground": "#c9d1d9", - "input.placeholderForeground": "#484f58", - "badge.foreground": "#f0f6fc", + "input.placeholderForeground": "#6e7681", + "badge.foreground": "#ffffff", "badge.background": "#1f6feb", @@ -43,3 +43,3 @@ "activityBar.background": "#0d1117", - "activityBarBadge.foreground": "#f0f6fc", + "activityBarBadge.foreground": "#ffffff", "activityBarBadge.background": "#1f6feb", @@ -70,3 +70,3 @@ "notifications.border": "#30363d", - "notificationsErrorIcon.foreground": "#c38000", + "notificationsErrorIcon.foreground": "#d47616", "notificationsWarningIcon.foreground": "#d29922", @@ -82,4 +82,4 @@ "statusBar.noFolderBackground": "#0d1117", - "statusBar.debuggingForeground": "#f0f6fc", - "statusBar.debuggingBackground": "#a66900", + "statusBar.debuggingForeground": "#ffffff", + "statusBar.debuggingBackground": "#b76100", "statusBarItem.prominentBackground": "#6e768166", @@ -122,3 +122,3 @@ "editor.linkedEditingBackground": "#58a6ff12", - "editor.selectionHighlightBackground": "#42a0ff40", + "editor.selectionHighlightBackground": "#58a6ff40", "editor.wordHighlightBackground": "#6e768180", @@ -127,4 +127,4 @@ "editor.wordHighlightStrongBorder": "#6e768199", - "editorBracketMatch.background": "#42a0ff40", - "editorBracketMatch.border": "#42a0ff99", + "editorBracketMatch.background": "#58a6ff40", + "editorBracketMatch.border": "#58a6ff99", "editorInlayHint.background": "#8b949e33", @@ -136,8 +136,8 @@ "editorGutter.modifiedBackground": "#bb800966", - "editorGutter.addedBackground": "#1585fd66", - "editorGutter.deletedBackground": "#c3800066", - "diffEditor.insertedLineBackground": "#1d69e026", - "diffEditor.insertedTextBackground": "#42a0ff4d", - "diffEditor.removedLineBackground": "#a6690026", - "diffEditor.removedTextBackground": "#d69a004d", + "editorGutter.addedBackground": "#388bfd66", + "editorGutter.deletedBackground": "#d4761666", + "diffEditor.insertedLineBackground": "#1f6feb26", + "diffEditor.insertedTextBackground": "#58a6ff4d", + "diffEditor.removedLineBackground": "#b7610026", + "diffEditor.removedTextBackground": "#ec8e2c4d", "scrollbar.shadow": "#484f5833", @@ -153,6 +153,6 @@ "panelInput.border": "#30363d", - "debugIcon.breakpointForeground": "#c38000", + "debugIcon.breakpointForeground": "#d47616", "debugConsole.infoForeground": "#8b949e", "debugConsole.warningForeground": "#d29922", - "debugConsole.errorForeground": "#e6b716", + "debugConsole.errorForeground": "#fdac54", "debugConsole.sourceForeground": "#e3b341", @@ -162,14 +162,14 @@ "debugTokenExpression.string": "#a5d6ff", - "debugTokenExpression.boolean": "#66baff", - "debugTokenExpression.number": "#66baff", - "debugTokenExpression.error": "#e6b716", - "symbolIcon.arrayForeground": "#f0883e", + "debugTokenExpression.boolean": "#79c0ff", + "debugTokenExpression.number": "#79c0ff", + "debugTokenExpression.error": "#fdac54", + "symbolIcon.arrayForeground": "#ec8e2c", "symbolIcon.booleanForeground": "#58a6ff", - "symbolIcon.classForeground": "#f0883e", + "symbolIcon.classForeground": "#ec8e2c", "symbolIcon.colorForeground": "#79c0ff", "symbolIcon.constructorForeground": "#d2a8ff", - "symbolIcon.enumeratorForeground": "#f0883e", + "symbolIcon.enumeratorForeground": "#ec8e2c", "symbolIcon.enumeratorMemberForeground": "#58a6ff", "symbolIcon.eventForeground": "#6e7681", - "symbolIcon.fieldForeground": "#f0883e", + "symbolIcon.fieldForeground": "#ec8e2c", "symbolIcon.fileForeground": "#d29922", @@ -177,14 +177,14 @@ "symbolIcon.functionForeground": "#bc8cff", - "symbolIcon.interfaceForeground": "#f0883e", + "symbolIcon.interfaceForeground": "#ec8e2c", "symbolIcon.keyForeground": "#58a6ff", - "symbolIcon.keywordForeground": "#d69a00", + "symbolIcon.keywordForeground": "#ec8e2c", "symbolIcon.methodForeground": "#bc8cff", - "symbolIcon.moduleForeground": "#d69a00", - "symbolIcon.namespaceForeground": "#d69a00", + "symbolIcon.moduleForeground": "#ec8e2c", + "symbolIcon.namespaceForeground": "#ec8e2c", "symbolIcon.nullForeground": "#58a6ff", - "symbolIcon.numberForeground": "#42a0ff", - "symbolIcon.objectForeground": "#f0883e", + "symbolIcon.numberForeground": "#58a6ff", + "symbolIcon.objectForeground": "#ec8e2c", "symbolIcon.operatorForeground": "#79c0ff", - "symbolIcon.packageForeground": "#f0883e", - "symbolIcon.propertyForeground": "#f0883e", + "symbolIcon.packageForeground": "#ec8e2c", + "symbolIcon.propertyForeground": "#ec8e2c", "symbolIcon.referenceForeground": "#58a6ff", @@ -192,3 +192,3 @@ "symbolIcon.stringForeground": "#79c0ff", - "symbolIcon.structForeground": "#f0883e", + "symbolIcon.structForeground": "#ec8e2c", "symbolIcon.textForeground": "#79c0ff", @@ -196,14 +196,14 @@ "symbolIcon.unitForeground": "#58a6ff", - "symbolIcon.variableForeground": "#f0883e", + "symbolIcon.variableForeground": "#ec8e2c", "symbolIcon.constantForeground": [ - "#a0e8ff", - "#83d4ff", - "#66baff", - "#42a0ff", - "#1585fd", - "#1d69e0", - "#0f53bc", - "#0b3c92", - "#0a2861", - "#041843" + "#cae8ff", + "#a5d6ff", + "#79c0ff", + "#58a6ff", + "#388bfd", + "#1f6feb", + "#1158c7", + "#0d419d", + "#0c2d6b", + "#051d4d" ], @@ -211,4 +211,4 @@ "terminal.ansiBlack": "#484f58", - "terminal.ansiRed": "#d69a00", - "terminal.ansiGreen": "#42a0ff", + "terminal.ansiRed": "#ec8e2c", + "terminal.ansiGreen": "#58a6ff", "terminal.ansiYellow": "#d29922", @@ -219,4 +219,4 @@ "terminal.ansiBrightBlack": "#6e7681", - "terminal.ansiBrightRed": "#e6b716", - "terminal.ansiBrightGreen": "#66baff", + "terminal.ansiBrightRed": "#fdac54", + "terminal.ansiBrightGreen": "#79c0ff", "terminal.ansiBrightYellow": "#e3b341", @@ -225,7 +225,7 @@ "terminal.ansiBrightCyan": "#56d4dd", - "terminal.ansiBrightWhite": "#f0f6fc", + "terminal.ansiBrightWhite": "#ffffff", "editorBracketHighlight.foreground1": "#79c0ff", - "editorBracketHighlight.foreground2": "#66baff", + "editorBracketHighlight.foreground2": "#79c0ff", "editorBracketHighlight.foreground3": "#e3b341", - "editorBracketHighlight.foreground4": "#e6b716", + "editorBracketHighlight.foreground4": "#fdac54", "editorBracketHighlight.foreground5": "#ff9bce", @@ -233,8 +233,8 @@ "editorBracketHighlight.unexpectedBracket.foreground": "#8b949e", - "gitDecoration.addedResourceForeground": "#42a0ff", + "gitDecoration.addedResourceForeground": "#58a6ff", "gitDecoration.modifiedResourceForeground": "#d29922", - "gitDecoration.deletedResourceForeground": "#c38000", - "gitDecoration.untrackedResourceForeground": "#42a0ff", - "gitDecoration.ignoredResourceForeground": "#484f58", - "gitDecoration.conflictingResourceForeground": "#db6d28", + "gitDecoration.deletedResourceForeground": "#d47616", + "gitDecoration.untrackedResourceForeground": "#58a6ff", + "gitDecoration.ignoredResourceForeground": "#6e7681", + "gitDecoration.conflictingResourceForeground": "#d47616", "gitDecoration.submoduleResourceForeground": "#8b949e", @@ -242,3 +242,3 @@ "editor.stackFrameHighlightBackground": "#bb800966", - "editor.focusedStackFrameHighlightBackground": "#1585fd66", + "editor.focusedStackFrameHighlightBackground": "#388bfd66", "peekViewEditor.matchHighlightBackground": "#bb800966", @@ -270,3 +270,3 @@ "settings": { - "foreground": "#d69a00" + "foreground": "#ec8e2c" } @@ -293,3 +293,3 @@ "settings": { - "foreground": "#ffa657" + "foreground": "#fdac54" } @@ -322,3 +322,3 @@ "settings": { - "foreground": "#83d4ff" + "foreground": "#a5d6ff" } @@ -328,3 +328,3 @@ "settings": { - "foreground": "#d69a00" + "foreground": "#ec8e2c" } @@ -337,3 +337,3 @@ "settings": { - "foreground": "#d69a00" + "foreground": "#ec8e2c" } @@ -374,3 +374,3 @@ "settings": { - "foreground": "#ffa657" + "foreground": "#fdac54" } @@ -387,3 +387,3 @@ "fontStyle": "italic", - "foreground": "#e6b716" + "foreground": "#fdac54" } @@ -394,3 +394,3 @@ "fontStyle": "italic", - "foreground": "#e6b716" + "foreground": "#fdac54" } @@ -401,3 +401,3 @@ "fontStyle": "italic", - "foreground": "#e6b716" + "foreground": "#fdac54" } @@ -408,3 +408,3 @@ "fontStyle": "italic", - "foreground": "#e6b716" + "foreground": "#fdac54" } @@ -415,3 +415,3 @@ "fontStyle": "italic underline", - "background": "#d69a00", + "background": "#ec8e2c", "foreground": "#f0f6fc", @@ -423,3 +423,3 @@ "settings": { - "foreground": "#e6b716" + "foreground": "#fdac54" } @@ -456,3 +456,3 @@ "fontStyle": "bold", - "foreground": "#83d4ff" + "foreground": "#a5d6ff" } @@ -474,3 +474,3 @@ "settings": { - "foreground": "#83d4ff" + "foreground": "#a5d6ff" } @@ -486,3 +486,3 @@ "settings": { - "foreground": "#ffa657" + "foreground": "#fdac54" } @@ -502,3 +502,3 @@ "settings": { - "foreground": "#83d4ff" + "foreground": "#a5d6ff" } @@ -548,4 +548,4 @@ "settings": { - "background": "#292100", - "foreground": "#e6b716" + "background": "#331c04", + "foreground": "#fdac54" } @@ -557,3 +557,3 @@ "settings": { - "foreground": "#d69a00" + "foreground": "#ec8e2c" } @@ -567,4 +567,4 @@ "settings": { - "background": "#041843", - "foreground": "#83d4ff" + "background": "#051d4d", + "foreground": "#a5d6ff" } @@ -577,4 +577,4 @@ "settings": { - "background": "#5a1e02", - "foreground": "#ffa657" + "background": "#4e2906", + "foreground": "#fdac54" } @@ -633,3 +633,3 @@ "settings": { - "foreground": "#e6b716" + "foreground": "#fdac54" } --- base/themes/dark-default.json 2023-01-04 07:38:51.535399487 +0000 +++ themes/dark-default.json 2023-01-04 07:38:48.891377928 +0000 @@ -31,4 +31,4 @@ "input.foreground": "#c9d1d9", - "input.placeholderForeground": "#484f58", - "badge.foreground": "#f0f6fc", + "input.placeholderForeground": "#6e7681", + "badge.foreground": "#ffffff", "badge.background": "#1f6feb", @@ -43,3 +43,3 @@ "activityBar.background": "#0d1117", - "activityBarBadge.foreground": "#f0f6fc", + "activityBarBadge.foreground": "#ffffff", "activityBarBadge.background": "#1f6feb", @@ -82,3 +82,3 @@ "statusBar.noFolderBackground": "#0d1117", - "statusBar.debuggingForeground": "#f0f6fc", + "statusBar.debuggingForeground": "#ffffff", "statusBar.debuggingBackground": "#da3633", @@ -225,3 +225,3 @@ "terminal.ansiBrightCyan": "#56d4dd", - "terminal.ansiBrightWhite": "#f0f6fc", + "terminal.ansiBrightWhite": "#ffffff", "editorBracketHighlight.foreground1": "#79c0ff", @@ -237,3 +237,3 @@ "gitDecoration.untrackedResourceForeground": "#3fb950", - "gitDecoration.ignoredResourceForeground": "#484f58", + "gitDecoration.ignoredResourceForeground": "#6e7681", "gitDecoration.conflictingResourceForeground": "#db6d28", --- base/themes/dark-dimmed.json 2023-01-04 07:38:51.535399487 +0000 +++ themes/dark-dimmed.json 2023-01-04 07:38:48.891377928 +0000 @@ -31,3 +31,3 @@ "input.foreground": "#adbac7", - "input.placeholderForeground": "#545d68", + "input.placeholderForeground": "#636e7b", "badge.foreground": "#cdd9e5", @@ -237,3 +237,3 @@ "gitDecoration.untrackedResourceForeground": "#57ab5a", - "gitDecoration.ignoredResourceForeground": "#545d68", + "gitDecoration.ignoredResourceForeground": "#636e7b", "gitDecoration.conflictingResourceForeground": "#cc6b2c", --- base/themes/dark-high-contrast.json 2023-01-04 07:38:51.535399487 +0000 +++ themes/dark-high-contrast.json 2023-01-04 07:38:48.891377928 +0000 @@ -31,3 +31,3 @@ "input.foreground": "#f0f3f6", - "input.placeholderForeground": "#7a828e", + "input.placeholderForeground": "#9ea7b3", "badge.foreground": "#0a0c10", @@ -241,3 +241,3 @@ "gitDecoration.untrackedResourceForeground": "#26cd4d", - "gitDecoration.ignoredResourceForeground": "#7a828e", + "gitDecoration.ignoredResourceForeground": "#9ea7b3", "gitDecoration.conflictingResourceForeground": "#e7811d", --- base/themes/light-colorblind.json 2023-01-04 07:38:51.535399487 +0000 +++ themes/light-colorblind.json 2023-01-04 07:38:48.891377928 +0000 @@ -6,3 +6,3 @@ "descriptionForeground": "#57606a", - "errorForeground": "#ac5e00", + "errorForeground": "#b35900", "textLink.foreground": "#0969da", @@ -16,5 +16,5 @@ "keybindingLabel.foreground": "#24292f", - "button.background": "#0088ff", + "button.background": "#218bff", "button.foreground": "#ffffff", - "button.hoverBackground": "#0566d5", + "button.hoverBackground": "#0969da", "button.secondaryBackground": "#ebecf0", @@ -70,3 +70,3 @@ "notifications.border": "#d0d7de", - "notificationsErrorIcon.foreground": "#ac5e00", + "notificationsErrorIcon.foreground": "#b35900", "notificationsWarningIcon.foreground": "#9a6700", @@ -83,3 +83,3 @@ "statusBar.debuggingForeground": "#ffffff", - "statusBar.debuggingBackground": "#ac5e00", + "statusBar.debuggingBackground": "#b35900", "statusBarItem.prominentBackground": "#afb8c133", @@ -122,3 +122,3 @@ "editor.linkedEditingBackground": "#0969da12", - "editor.selectionHighlightBackground": "#35adff40", + "editor.selectionHighlightBackground": "#54aeff40", "editor.wordHighlightBackground": "#eaeef280", @@ -127,4 +127,4 @@ "editor.wordHighlightStrongBorder": "#afb8c199", - "editorBracketMatch.background": "#35adff40", - "editorBracketMatch.border": "#35adff99", + "editorBracketMatch.background": "#54aeff40", + "editorBracketMatch.border": "#54aeff99", "editorInlayHint.background": "#afb8c133", @@ -136,8 +136,8 @@ "editorGutter.modifiedBackground": "#d4a72c66", - "editorGutter.addedBackground": "#35adff66", - "editorGutter.deletedBackground": "#e7a10066", - "diffEditor.insertedLineBackground": "#96e5ff4d", - "diffEditor.insertedTextBackground": "#65ccff80", - "diffEditor.removedLineBackground": "#fee3254d", - "diffEditor.removedTextBackground": "#e7a10066", + "editorGutter.addedBackground": "#54aeff66", + "editorGutter.deletedBackground": "#f7993966", + "diffEditor.insertedLineBackground": "#b6e3ff4d", + "diffEditor.insertedTextBackground": "#80ccff80", + "diffEditor.removedLineBackground": "#ffddb04d", + "diffEditor.removedTextBackground": "#f7993966", "scrollbar.shadow": "#6e778133", @@ -153,6 +153,6 @@ "panelInput.border": "#d0d7de", - "debugIcon.breakpointForeground": "#ac5e00", + "debugIcon.breakpointForeground": "#b35900", "debugConsole.infoForeground": "#57606a", "debugConsole.warningForeground": "#7d4e00", - "debugConsole.errorForeground": "#ac5e00", + "debugConsole.errorForeground": "#b35900", "debugConsole.sourceForeground": "#9a6700", @@ -162,14 +162,14 @@ "debugTokenExpression.string": "#0a3069", - "debugTokenExpression.boolean": "#054da9", - "debugTokenExpression.number": "#054da9", - "debugTokenExpression.error": "#8b4600", - "symbolIcon.arrayForeground": "#953800", + "debugTokenExpression.boolean": "#0550ae", + "debugTokenExpression.number": "#0550ae", + "debugTokenExpression.error": "#8a4600", + "symbolIcon.arrayForeground": "#8a4600", "symbolIcon.booleanForeground": "#0550ae", - "symbolIcon.classForeground": "#953800", + "symbolIcon.classForeground": "#8a4600", "symbolIcon.colorForeground": "#0a3069", "symbolIcon.constructorForeground": "#3e1f79", - "symbolIcon.enumeratorForeground": "#953800", + "symbolIcon.enumeratorForeground": "#8a4600", "symbolIcon.enumeratorMemberForeground": "#0550ae", "symbolIcon.eventForeground": "#57606a", - "symbolIcon.fieldForeground": "#953800", + "symbolIcon.fieldForeground": "#8a4600", "symbolIcon.fileForeground": "#7d4e00", @@ -177,14 +177,14 @@ "symbolIcon.functionForeground": "#6639ba", - "symbolIcon.interfaceForeground": "#953800", + "symbolIcon.interfaceForeground": "#8a4600", "symbolIcon.keyForeground": "#0550ae", - "symbolIcon.keywordForeground": "#8b4600", + "symbolIcon.keywordForeground": "#8a4600", "symbolIcon.methodForeground": "#6639ba", - "symbolIcon.moduleForeground": "#8b4600", - "symbolIcon.namespaceForeground": "#8b4600", + "symbolIcon.moduleForeground": "#8a4600", + "symbolIcon.namespaceForeground": "#8a4600", "symbolIcon.nullForeground": "#0550ae", - "symbolIcon.numberForeground": "#054da9", - "symbolIcon.objectForeground": "#953800", + "symbolIcon.numberForeground": "#0550ae", + "symbolIcon.objectForeground": "#8a4600", "symbolIcon.operatorForeground": "#0a3069", - "symbolIcon.packageForeground": "#953800", - "symbolIcon.propertyForeground": "#953800", + "symbolIcon.packageForeground": "#8a4600", + "symbolIcon.propertyForeground": "#8a4600", "symbolIcon.referenceForeground": "#0550ae", @@ -192,3 +192,3 @@ "symbolIcon.stringForeground": "#0a3069", - "symbolIcon.structForeground": "#953800", + "symbolIcon.structForeground": "#8a4600", "symbolIcon.textForeground": "#0a3069", @@ -196,8 +196,8 @@ "symbolIcon.unitForeground": "#0550ae", - "symbolIcon.variableForeground": "#953800", - "symbolIcon.constantForeground": "#054da9", + "symbolIcon.variableForeground": "#8a4600", + "symbolIcon.constantForeground": "#0550ae", "terminal.foreground": "#24292f", "terminal.ansiBlack": "#24292f", - "terminal.ansiRed": "#ac5e00", - "terminal.ansiGreen": "#054da9", + "terminal.ansiRed": "#b35900", + "terminal.ansiGreen": "#0550ae", "terminal.ansiYellow": "#4d2d00", @@ -208,4 +208,4 @@ "terminal.ansiBrightBlack": "#57606a", - "terminal.ansiBrightRed": "#8b4600", - "terminal.ansiBrightGreen": "#0566d5", + "terminal.ansiBrightRed": "#8a4600", + "terminal.ansiBrightGreen": "#0969da", "terminal.ansiBrightYellow": "#633c01", @@ -216,5 +216,5 @@ "editorBracketHighlight.foreground1": "#0969da", - "editorBracketHighlight.foreground2": "#0566d5", + "editorBracketHighlight.foreground2": "#0969da", "editorBracketHighlight.foreground3": "#9a6700", - "editorBracketHighlight.foreground4": "#ac5e00", + "editorBracketHighlight.foreground4": "#b35900", "editorBracketHighlight.foreground5": "#bf3989", @@ -222,8 +222,8 @@ "editorBracketHighlight.unexpectedBracket.foreground": "#57606a", - "gitDecoration.addedResourceForeground": "#0566d5", + "gitDecoration.addedResourceForeground": "#0969da", "gitDecoration.modifiedResourceForeground": "#9a6700", - "gitDecoration.deletedResourceForeground": "#ac5e00", - "gitDecoration.untrackedResourceForeground": "#0566d5", + "gitDecoration.deletedResourceForeground": "#b35900", + "gitDecoration.untrackedResourceForeground": "#0969da", "gitDecoration.ignoredResourceForeground": "#6e7781", - "gitDecoration.conflictingResourceForeground": "#bc4c00", + "gitDecoration.conflictingResourceForeground": "#b35900", "gitDecoration.submoduleResourceForeground": "#57606a", @@ -231,3 +231,3 @@ "editor.stackFrameHighlightBackground": "#d4a72c66", - "editor.focusedStackFrameHighlightBackground": "#35adff66", + "editor.focusedStackFrameHighlightBackground": "#54aeff66", "settings.headerForeground": "#57606a", @@ -255,3 +255,3 @@ "settings": { - "foreground": "#ac5e00" + "foreground": "#b35900" } @@ -278,3 +278,3 @@ "settings": { - "foreground": "#953800" + "foreground": "#8a4600" } @@ -307,3 +307,3 @@ "settings": { - "foreground": "#054da9" + "foreground": "#0550ae" } @@ -313,3 +313,3 @@ "settings": { - "foreground": "#ac5e00" + "foreground": "#b35900" } @@ -322,3 +322,3 @@ "settings": { - "foreground": "#ac5e00" + "foreground": "#b35900" } @@ -359,3 +359,3 @@ "settings": { - "foreground": "#953800" + "foreground": "#8a4600" } @@ -372,3 +372,3 @@ "fontStyle": "italic", - "foreground": "#6c3900" + "foreground": "#6f3800" } @@ -379,3 +379,3 @@ "fontStyle": "italic", - "foreground": "#6c3900" + "foreground": "#6f3800" } @@ -386,3 +386,3 @@ "fontStyle": "italic", - "foreground": "#6c3900" + "foreground": "#6f3800" } @@ -393,3 +393,3 @@ "fontStyle": "italic", - "foreground": "#6c3900" + "foreground": "#6f3800" } @@ -400,3 +400,3 @@ "fontStyle": "italic underline", - "background": "#ac5e00", + "background": "#b35900", "foreground": "#f6f8fa", @@ -408,3 +408,3 @@ "settings": { - "foreground": "#6c3900" + "foreground": "#6f3800" } @@ -441,3 +441,3 @@ "fontStyle": "bold", - "foreground": "#054da9" + "foreground": "#0550ae" } @@ -459,3 +459,3 @@ "settings": { - "foreground": "#054da9" + "foreground": "#0550ae" } @@ -471,3 +471,3 @@ "settings": { - "foreground": "#953800" + "foreground": "#8a4600" } @@ -487,3 +487,3 @@ "settings": { - "foreground": "#054da9" + "foreground": "#0550ae" } @@ -533,4 +533,4 @@ "settings": { - "background": "#fefe48", - "foreground": "#6c3900" + "background": "#fff5e8", + "foreground": "#6f3800" } @@ -542,3 +542,3 @@ "settings": { - "foreground": "#ac5e00" + "foreground": "#b35900" } @@ -552,4 +552,4 @@ "settings": { - "background": "#c0f6ff", - "foreground": "#054da9" + "background": "#ddf4ff", + "foreground": "#0550ae" } @@ -562,4 +562,4 @@ "settings": { - "background": "#ffd8b5", - "foreground": "#953800" + "background": "#ffddb0", + "foreground": "#8a4600" } @@ -618,3 +618,3 @@ "settings": { - "foreground": "#6c3900" + "foreground": "#6f3800" } --- base/themes/light-high-contrast.json 2023-01-04 07:38:51.535399487 +0000 +++ themes/light-high-contrast.json 2023-01-04 07:38:48.891377928 +0000 @@ -4,4 +4,4 @@ "focusBorder": "#0349b4", - "foreground": "#24292f", - "descriptionForeground": "#24292f", + "foreground": "#0e1116", + "descriptionForeground": "#0e1116", "errorForeground": "#a0111f", @@ -10,8 +10,8 @@ "textBlockQuote.background": "#ffffff", - "textBlockQuote.border": "#30363d", + "textBlockQuote.border": "#20252c", "textCodeBlock.background": "#acb6c033", - "textPreformat.foreground": "#24292f", + "textPreformat.foreground": "#0e1116", "textSeparator.foreground": "#88929d", - "icon.foreground": "#24292f", - "keybindingLabel.foreground": "#24292f", + "icon.foreground": "#0e1116", + "keybindingLabel.foreground": "#0e1116", "button.background": "#055d20", @@ -20,14 +20,14 @@ "button.secondaryBackground": "#acb6c0", - "button.secondaryForeground": "#24292f", + "button.secondaryForeground": "#0e1116", "button.secondaryHoverBackground": "#ced5dc", "checkbox.background": "#e7ecf0", - "checkbox.border": "#30363d", + "checkbox.border": "#20252c", "dropdown.background": "#ffffff", - "dropdown.border": "#30363d", - "dropdown.foreground": "#24292f", + "dropdown.border": "#20252c", + "dropdown.foreground": "#0e1116", "dropdown.listBackground": "#ffffff", "input.background": "#ffffff", - "input.border": "#30363d", - "input.foreground": "#24292f", - "input.placeholderForeground": "#67707a", + "input.border": "#20252c", + "input.foreground": "#0e1116", + "input.placeholderForeground": "#66707b", "badge.foreground": "#ffffff", @@ -35,9 +35,9 @@ "progressBar.background": "#0349b4", - "titleBar.activeForeground": "#24292f", + "titleBar.activeForeground": "#0e1116", "titleBar.activeBackground": "#ffffff", - "titleBar.inactiveForeground": "#24292f", + "titleBar.inactiveForeground": "#0e1116", "titleBar.inactiveBackground": "#ffffff", - "titleBar.border": "#30363d", - "activityBar.foreground": "#24292f", - "activityBar.inactiveForeground": "#24292f", + "titleBar.border": "#20252c", + "activityBar.foreground": "#0e1116", + "activityBar.inactiveForeground": "#0e1116", "activityBar.background": "#ffffff", @@ -46,13 +46,13 @@ "activityBar.activeBorder": "#ef5b48", - "activityBar.border": "#30363d", - "sideBar.foreground": "#24292f", + "activityBar.border": "#20252c", + "sideBar.foreground": "#0e1116", "sideBar.background": "#ffffff", - "sideBar.border": "#30363d", - "sideBarTitle.foreground": "#24292f", - "sideBarSectionHeader.foreground": "#24292f", + "sideBar.border": "#20252c", + "sideBarTitle.foreground": "#0e1116", + "sideBarSectionHeader.foreground": "#0e1116", "sideBarSectionHeader.background": "#ffffff", - "sideBarSectionHeader.border": "#30363d", - "list.hoverForeground": "#24292f", - "list.inactiveSelectionForeground": "#24292f", - "list.activeSelectionForeground": "#24292f", + "sideBarSectionHeader.border": "#20252c", + "list.hoverForeground": "#0e1116", + "list.inactiveSelectionForeground": "#0e1116", + "list.activeSelectionForeground": "#0e1116", "list.hoverBackground": "#e7ecf0", @@ -60,3 +60,3 @@ "list.activeSelectionBackground": "#acb6c033", - "list.focusForeground": "#24292f", + "list.focusForeground": "#0e1116", "list.focusBackground": "#dff7ff", @@ -65,7 +65,7 @@ "tree.indentGuidesStroke": "#88929d", - "notificationCenterHeader.foreground": "#24292f", + "notificationCenterHeader.foreground": "#0e1116", "notificationCenterHeader.background": "#e7ecf0", - "notifications.foreground": "#24292f", + "notifications.foreground": "#0e1116", "notifications.background": "#ffffff", - "notifications.border": "#30363d", + "notifications.border": "#20252c", "notificationsErrorIcon.foreground": "#a0111f", @@ -73,9 +73,9 @@ "notificationsInfoIcon.foreground": "#0349b4", - "pickerGroup.border": "#30363d", - "pickerGroup.foreground": "#24292f", + "pickerGroup.border": "#20252c", + "pickerGroup.foreground": "#0e1116", "quickInput.background": "#ffffff", - "quickInput.foreground": "#24292f", - "statusBar.foreground": "#24292f", + "quickInput.foreground": "#0e1116", + "statusBar.foreground": "#0e1116", "statusBar.background": "#ffffff", - "statusBar.border": "#30363d", + "statusBar.border": "#20252c", "statusBar.focusBorder": "#0349b480", @@ -85,12 +85,12 @@ "statusBarItem.prominentBackground": "#acb6c033", - "statusBarItem.remoteForeground": "#24292f", + "statusBarItem.remoteForeground": "#0e1116", "statusBarItem.remoteBackground": "#e7ecf0", - "statusBarItem.hoverBackground": "#24292f14", - "statusBarItem.activeBackground": "#24292f1f", + "statusBarItem.hoverBackground": "#0e111614", + "statusBarItem.activeBackground": "#0e11161f", "statusBarItem.focusBorder": "#0349b4", "editorGroupHeader.tabsBackground": "#ffffff", - "editorGroupHeader.tabsBorder": "#30363d", - "editorGroup.border": "#30363d", - "tab.activeForeground": "#24292f", - "tab.inactiveForeground": "#24292f", + "editorGroupHeader.tabsBorder": "#20252c", + "editorGroup.border": "#20252c", + "tab.activeForeground": "#0e1116", + "tab.inactiveForeground": "#0e1116", "tab.inactiveBackground": "#ffffff", @@ -99,4 +99,4 @@ "tab.unfocusedHoverBackground": "#e7ecf0", - "tab.border": "#30363d", - "tab.unfocusedActiveBorderTop": "#30363d", + "tab.border": "#20252c", + "tab.unfocusedActiveBorderTop": "#20252c", "tab.activeBorder": "#ffffff", @@ -104,15 +104,15 @@ "tab.activeBorderTop": "#ef5b48", - "breadcrumb.foreground": "#24292f", - "breadcrumb.focusForeground": "#24292f", - "breadcrumb.activeSelectionForeground": "#24292f", + "breadcrumb.foreground": "#0e1116", + "breadcrumb.focusForeground": "#0e1116", + "breadcrumb.activeSelectionForeground": "#0e1116", "breadcrumbPicker.background": "#ffffff", - "editor.foreground": "#24292f", + "editor.foreground": "#0e1116", "editor.background": "#ffffff", "editorWidget.background": "#ffffff", - "editor.foldBackground": "#67707a1a", + "editor.foldBackground": "#66707b1a", "editor.lineHighlightBackground": "#e7ecf0", "editorLineNumber.foreground": "#88929d", - "editorLineNumber.activeForeground": "#24292f", - "editorIndentGuide.background": "#24292f1f", - "editorIndentGuide.activeBackground": "#24292f3d", + "editorLineNumber.activeForeground": "#0e1116", + "editorIndentGuide.background": "#0e11161f", + "editorIndentGuide.activeBackground": "#0e11163d", "editorWhitespace.foreground": "#acb6c0", @@ -122,4 +122,4 @@ "editor.linkedEditingBackground": "#0349b412", - "editor.inactiveSelectionBackground": "#67707a", - "editor.selectionBackground": "#24292f", + "editor.inactiveSelectionBackground": "#66707b", + "editor.selectionBackground": "#0e1116", "editor.selectionHighlightBackground": "#26a14840", @@ -133,7 +133,7 @@ "editorInlayHint.background": "#acb6c033", - "editorInlayHint.foreground": "#24292f", + "editorInlayHint.foreground": "#0e1116", "editorInlayHint.typeBackground": "#acb6c033", - "editorInlayHint.typeForeground": "#24292f", + "editorInlayHint.typeForeground": "#0e1116", "editorInlayHint.paramBackground": "#acb6c033", - "editorInlayHint.paramForeground": "#24292f", + "editorInlayHint.paramForeground": "#0e1116", "editorGutter.modifiedBackground": "#b58407", @@ -145,3 +145,3 @@ "diffEditor.removedTextBackground": "#ee5a5d66", - "scrollbar.shadow": "#67707a33", + "scrollbar.shadow": "#66707b33", "scrollbarSlider.background": "#88929d33", @@ -151,9 +151,9 @@ "panel.background": "#ffffff", - "panel.border": "#30363d", + "panel.border": "#20252c", "panelTitle.activeBorder": "#ef5b48", - "panelTitle.activeForeground": "#24292f", - "panelTitle.inactiveForeground": "#24292f", - "panelInput.border": "#30363d", + "panelTitle.activeForeground": "#0e1116", + "panelTitle.inactiveForeground": "#0e1116", + "panelInput.border": "#20252c", "debugIcon.breakpointForeground": "#a0111f", - "debugConsole.infoForeground": "#4f5760", + "debugConsole.infoForeground": "#4b535d", "debugConsole.warningForeground": "#603700", @@ -175,3 +175,3 @@ "symbolIcon.enumeratorMemberForeground": "#023b95", - "symbolIcon.eventForeground": "#4f5760", + "symbolIcon.eventForeground": "#4b535d", "symbolIcon.fieldForeground": "#702c00", @@ -201,4 +201,4 @@ "symbolIcon.constantForeground": "#024c1a", - "terminal.foreground": "#24292f", - "terminal.ansiBlack": "#24292f", + "terminal.foreground": "#0e1116", + "terminal.ansiBlack": "#0e1116", "terminal.ansiRed": "#a0111f", @@ -209,4 +209,4 @@ "terminal.ansiCyan": "#1b7c83", - "terminal.ansiWhite": "#67707a", - "terminal.ansiBrightBlack": "#4f5760", + "terminal.ansiWhite": "#66707b", + "terminal.ansiBrightBlack": "#4b535d", "terminal.ansiBrightRed": "#86061d", @@ -224,3 +224,3 @@ "editorBracketHighlight.foreground6": "#622cbc", - "editorBracketHighlight.unexpectedBracket.foreground": "#24292f", + "editorBracketHighlight.unexpectedBracket.foreground": "#0e1116", "gitDecoration.addedResourceForeground": "#055d20", @@ -229,5 +229,5 @@ "gitDecoration.untrackedResourceForeground": "#055d20", - "gitDecoration.ignoredResourceForeground": "#67707a", + "gitDecoration.ignoredResourceForeground": "#66707b", "gitDecoration.conflictingResourceForeground": "#873800", - "gitDecoration.submoduleResourceForeground": "#24292f", + "gitDecoration.submoduleResourceForeground": "#0e1116", "debugToolBar.background": "#ffffff", @@ -235,3 +235,3 @@ "editor.focusedStackFrameHighlightBackground": "#26a148", - "settings.headerForeground": "#24292f", + "settings.headerForeground": "#0e1116", "settings.modifiedItemIndicator": "#b58407", @@ -249,3 +249,3 @@ "settings": { - "foreground": "#67707a" + "foreground": "#66707b" } @@ -295,3 +295,3 @@ "settings": { - "foreground": "#24292f" + "foreground": "#0e1116" } @@ -335,3 +335,3 @@ "settings": { - "foreground": "#24292f" + "foreground": "#0e1116" } @@ -368,3 +368,3 @@ "settings": { - "foreground": "#24292f" + "foreground": "#0e1116" } @@ -497,3 +497,3 @@ "fontStyle": "italic", - "foreground": "#24292f" + "foreground": "#0e1116" } @@ -504,3 +504,3 @@ "fontStyle": "bold", - "foreground": "#24292f" + "foreground": "#0e1116" } @@ -615,3 +615,3 @@ "settings": { - "foreground": "#4f5760" + "foreground": "#4b535d" } ```