style(theme): add transparency to highlights and remove deprecated welcome page colors

This commit is contained in:
2026-04-24 10:09:19 -04:00
parent 4ba91cb5c4
commit df8e99c24c
2 changed files with 9 additions and 13 deletions
+3 -5
View File
@@ -83,13 +83,13 @@
"editorGutter.deletedBackground": "#ff7b72", "editorGutter.deletedBackground": "#ff7b72",
"editorOverviewRuler.border": "#000000", "editorOverviewRuler.border": "#000000",
"editorOverviewRuler.findMatchForeground": "#ffd33d", "editorOverviewRuler.findMatchForeground": "#ffd33d99",
"editorOverviewRuler.addedForeground": "#3fb950", "editorOverviewRuler.addedForeground": "#3fb950",
"editorOverviewRuler.modifiedForeground": "#1f6feb", "editorOverviewRuler.modifiedForeground": "#1f6feb",
"editorOverviewRuler.deletedForeground": "#ff7b72", "editorOverviewRuler.deletedForeground": "#ff7b72",
"editorOverviewRuler.errorForeground": "#f85149", "editorOverviewRuler.errorForeground": "#f85149",
"editorOverviewRuler.warningForeground": "#e3b341", "editorOverviewRuler.warningForeground": "#e3b341",
"editorOverviewRuler.selectionHighlightForeground": "#17e5e6", "editorOverviewRuler.selectionHighlightForeground": "#17e5e699",
"editorError.foreground": "#f85149", "editorError.foreground": "#f85149",
"editorWarning.foreground": "#e3b341", "editorWarning.foreground": "#e3b341",
@@ -312,7 +312,7 @@
"minimap.selectionHighlight": "#3392ff44", "minimap.selectionHighlight": "#3392ff44",
"minimap.errorHighlight": "#f85149", "minimap.errorHighlight": "#f85149",
"minimap.warningHighlight": "#e3b341", "minimap.warningHighlight": "#e3b341",
"minimap.findMatchHighlight": "#ffd33d", "minimap.findMatchHighlight": "#ffd33d99",
"minimapGutter.addedBackground": "#3fb950", "minimapGutter.addedBackground": "#3fb950",
"minimapGutter.modifiedBackground": "#1f6feb", "minimapGutter.modifiedBackground": "#1f6feb",
"minimapGutter.deletedBackground": "#ff7b72", "minimapGutter.deletedBackground": "#ff7b72",
@@ -332,8 +332,6 @@
"settings.headerForeground": "#e6edf3", "settings.headerForeground": "#e6edf3",
"settings.modifiedItemIndicator": "#1f6feb", "settings.modifiedItemIndicator": "#1f6feb",
"welcomePage.buttonBackground": "#131416",
"welcomePage.buttonHoverBackground": "#21262d",
"debugToolBar.background": "#131416", "debugToolBar.background": "#131416",
"editor.stackFrameHighlightBackground": "#c6902625", "editor.stackFrameHighlightBackground": "#c6902625",
+6 -8
View File
@@ -83,13 +83,13 @@
"editorGutter.deletedBackground": "#d73a49", "editorGutter.deletedBackground": "#d73a49",
"editorOverviewRuler.border": "#ffffff", "editorOverviewRuler.border": "#ffffff",
"editorOverviewRuler.findMatchForeground": "#ffdf5d", "editorOverviewRuler.findMatchForeground": "#ffdf5d99",
"editorOverviewRuler.addedForeground": "#28a745", "editorOverviewRuler.addedForeground": "#28a745",
"editorOverviewRuler.modifiedForeground": "#2188ff", "editorOverviewRuler.modifiedForeground": "#2188ff",
"editorOverviewRuler.deletedForeground": "#d73a49", "editorOverviewRuler.deletedForeground": "#d73a49",
"editorOverviewRuler.errorForeground": "#cb2431", "editorOverviewRuler.errorForeground": "#cb2431",
"editorOverviewRuler.warningForeground": "#9a6700", "editorOverviewRuler.warningForeground": "#9a6700",
"editorOverviewRuler.selectionHighlightForeground": "#34d058", "editorOverviewRuler.selectionHighlightForeground": "#34d05899",
"editorError.foreground": "#cb2431", "editorError.foreground": "#cb2431",
"editorWarning.foreground": "#9a6700", "editorWarning.foreground": "#9a6700",
@@ -312,7 +312,7 @@
"minimap.selectionHighlight": "#0366d625", "minimap.selectionHighlight": "#0366d625",
"minimap.errorHighlight": "#d73a49", "minimap.errorHighlight": "#d73a49",
"minimap.warningHighlight": "#9a6700", "minimap.warningHighlight": "#9a6700",
"minimap.findMatchHighlight": "#ffdf5d", "minimap.findMatchHighlight": "#ffdf5d99",
"minimapGutter.addedBackground": "#28a745", "minimapGutter.addedBackground": "#28a745",
"minimapGutter.modifiedBackground": "#2188ff", "minimapGutter.modifiedBackground": "#2188ff",
"minimapGutter.deletedBackground": "#d73a49", "minimapGutter.deletedBackground": "#d73a49",
@@ -332,8 +332,6 @@
"settings.headerForeground": "#2f363d", "settings.headerForeground": "#2f363d",
"settings.modifiedItemIndicator": "#2188ff", "settings.modifiedItemIndicator": "#2188ff",
"welcomePage.buttonBackground": "#f2f4f5",
"welcomePage.buttonHoverBackground": "#e1e4e8",
"debugToolBar.background": "#ffffff" "debugToolBar.background": "#ffffff"
}, },
@@ -467,7 +465,7 @@
"meta.diff.header.from-file", "meta.diff.header.from-file",
"punctuation.definition.deleted" "punctuation.definition.deleted"
], ],
"settings": { "background": "#ffeef0", "foreground": "#b31d28" } "settings": { "foreground": "#b31d28" }
}, },
{ {
"scope": [ "scope": [
@@ -475,11 +473,11 @@
"meta.diff.header.to-file", "meta.diff.header.to-file",
"punctuation.definition.inserted" "punctuation.definition.inserted"
], ],
"settings": { "background": "#f0fff4", "foreground": "#22863a" } "settings": { "foreground": "#22863a" }
}, },
{ {
"scope": ["markup.changed", "punctuation.definition.changed"], "scope": ["markup.changed", "punctuation.definition.changed"],
"settings": { "background": "#ffebda", "foreground": "#e36209" } "settings": { "foreground": "#e36209" }
}, },
{ {
"scope": "meta.diff.range", "scope": "meta.diff.range",