1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 08:22:51 -05:00

matugen/vscode: fix selection contrast

This commit is contained in:
bbedward
2026-01-09 10:16:03 -05:00
parent 6a109274f8
commit 7f0181b310
3 changed files with 10 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
// Focus + active indicators // Focus + active indicators
// //
"focusBorder": "{{colors.primary.dark.hex}}", "focusBorder": "{{colors.primary.dark.hex}}",
"selection.background": "{{colors.primary_container.dark.hex}}66", "selection.background": "{{colors.primary_container.dark.hex}}99",
// //
// Title bar, activity bar, sidebar // Title bar, activity bar, sidebar
// //
@@ -127,7 +127,7 @@
"editor.lineHighlightBackground": "{{colors.surface_container.dark.hex}}66", "editor.lineHighlightBackground": "{{colors.surface_container.dark.hex}}66",
"editor.wordHighlightBackground": "{{colors.secondary.dark.hex}}22", "editor.wordHighlightBackground": "{{colors.secondary.dark.hex}}22",
"editor.wordHighlightStrongBackground": "{{colors.tertiary.dark.hex}}22", "editor.wordHighlightStrongBackground": "{{colors.tertiary.dark.hex}}22",
"editor.selectionBackground": "{{colors.primary_container.dark.hex}}66", "editor.selectionBackground": "{{colors.primary_container.dark.hex}}99",
"editor.inactiveSelectionBackground": "{{colors.primary_container.dark.hex}}33", "editor.inactiveSelectionBackground": "{{colors.primary_container.dark.hex}}33",
"editorWhitespace.foreground": "{{colors.outline.dark.hex}}66", "editorWhitespace.foreground": "{{colors.outline.dark.hex}}66",
"editorIndentGuide.background1": "{{colors.outline.dark.hex}}33", "editorIndentGuide.background1": "{{colors.outline.dark.hex}}33",
@@ -186,7 +186,8 @@
"terminal.ansiBrightBlue": "{{dank16.color12.dark.hex}}", "terminal.ansiBrightBlue": "{{dank16.color12.dark.hex}}",
"terminal.ansiBrightMagenta": "{{dank16.color13.dark.hex}}", "terminal.ansiBrightMagenta": "{{dank16.color13.dark.hex}}",
"terminal.ansiBrightCyan": "{{dank16.color14.dark.hex}}", "terminal.ansiBrightCyan": "{{dank16.color14.dark.hex}}",
"terminal.ansiBrightWhite": "{{dank16.color15.dark.hex}}" "terminal.ansiBrightWhite": "{{dank16.color15.dark.hex}}",
"terminal.selectionBackground": "{{colors.primary_container.dark.hex}}99"
}, },
// //
// Token colors // Token colors

View File

@@ -14,7 +14,7 @@
"tab.border": "{{colors.outline_variant.default.hex}}", "tab.border": "{{colors.outline_variant.default.hex}}",
"titleBar.border": "{{colors.outline_variant.default.hex}}", "titleBar.border": "{{colors.outline_variant.default.hex}}",
"focusBorder": "{{colors.primary.default.hex}}", "focusBorder": "{{colors.primary.default.hex}}",
"selection.background": "{{colors.primary_container.default.hex}}66", "selection.background": "{{colors.primary_container.default.hex}}99",
"titleBar.activeBackground": "{{colors.background.default.hex}}", "titleBar.activeBackground": "{{colors.background.default.hex}}",
"titleBar.activeForeground": "{{colors.on_surface.default.hex}}", "titleBar.activeForeground": "{{colors.on_surface.default.hex}}",
"titleBar.inactiveForeground": "{{colors.outline.default.hex}}", "titleBar.inactiveForeground": "{{colors.outline.default.hex}}",
@@ -91,7 +91,7 @@
"editor.lineHighlightBackground": "{{colors.surface_container.default.hex}}66", "editor.lineHighlightBackground": "{{colors.surface_container.default.hex}}66",
"editor.wordHighlightBackground": "{{colors.secondary.default.hex}}22", "editor.wordHighlightBackground": "{{colors.secondary.default.hex}}22",
"editor.wordHighlightStrongBackground": "{{colors.tertiary.default.hex}}22", "editor.wordHighlightStrongBackground": "{{colors.tertiary.default.hex}}22",
"editor.selectionBackground": "{{colors.primary_container.default.hex}}66", "editor.selectionBackground": "{{colors.primary_container.default.hex}}99",
"editor.inactiveSelectionBackground": "{{colors.primary_container.default.hex}}33", "editor.inactiveSelectionBackground": "{{colors.primary_container.default.hex}}33",
"editorWhitespace.foreground": "{{colors.outline.default.hex}}66", "editorWhitespace.foreground": "{{colors.outline.default.hex}}66",
"editorIndentGuide.background1": "{{colors.outline.default.hex}}33", "editorIndentGuide.background1": "{{colors.outline.default.hex}}33",
@@ -135,7 +135,8 @@
"terminal.ansiBrightBlue": "{{dank16.color12.default.hex}}", "terminal.ansiBrightBlue": "{{dank16.color12.default.hex}}",
"terminal.ansiBrightMagenta": "{{dank16.color13.default.hex}}", "terminal.ansiBrightMagenta": "{{dank16.color13.default.hex}}",
"terminal.ansiBrightCyan": "{{dank16.color14.default.hex}}", "terminal.ansiBrightCyan": "{{dank16.color14.default.hex}}",
"terminal.ansiBrightWhite": "{{dank16.color15.default.hex}}" "terminal.ansiBrightWhite": "{{dank16.color15.default.hex}}",
"terminal.selectionBackground": "{{colors.primary_container.default.hex}}99"
}, },
"tokenColors": [ "tokenColors": [
{ {

View File

@@ -4,7 +4,7 @@
"semanticHighlighting": true, "semanticHighlighting": true,
"colors": { "colors": {
"foreground": "{{colors.on_surface.light.hex}}", "foreground": "{{colors.on_surface.light.hex}}",
"selection.background": "{{colors.primary_container.light.hex}}66", "selection.background": "{{colors.primary_container.light.hex}}99",
"errorForeground": "{{colors.error.light.hex}}", "errorForeground": "{{colors.error.light.hex}}",
"focusBorder": "{{colors.primary.light.hex}}", "focusBorder": "{{colors.primary.light.hex}}",
"editor.background": "{{colors.background.light.hex}}", "editor.background": "{{colors.background.light.hex}}",
@@ -135,6 +135,7 @@
"terminal.ansiBrightMagenta": "{{dank16.color13.light.hex}}", "terminal.ansiBrightMagenta": "{{dank16.color13.light.hex}}",
"terminal.ansiBrightCyan": "{{dank16.color14.light.hex}}", "terminal.ansiBrightCyan": "{{dank16.color14.light.hex}}",
"terminal.ansiBrightWhite": "{{dank16.color15.light.hex}}", "terminal.ansiBrightWhite": "{{dank16.color15.light.hex}}",
"terminal.selectionBackground": "{{colors.primary_container.light.hex}}99",
"gitDecoration.modifiedResourceForeground": "{{colors.primary.light.hex}}", "gitDecoration.modifiedResourceForeground": "{{colors.primary.light.hex}}",
"gitDecoration.addedResourceForeground": "{{colors.secondary.light.hex}}", "gitDecoration.addedResourceForeground": "{{colors.secondary.light.hex}}",
"gitDecoration.stageModifiedResourceForeground": "{{colors.primary.light.hex}}", "gitDecoration.stageModifiedResourceForeground": "{{colors.primary.light.hex}}",