1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 16:32:50 -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

@@ -4,7 +4,7 @@
"semanticHighlighting": true,
"colors": {
"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}}",
"focusBorder": "{{colors.primary.light.hex}}",
"editor.background": "{{colors.background.light.hex}}",
@@ -135,6 +135,7 @@
"terminal.ansiBrightMagenta": "{{dank16.color13.light.hex}}",
"terminal.ansiBrightCyan": "{{dank16.color14.light.hex}}",
"terminal.ansiBrightWhite": "{{dank16.color15.light.hex}}",
"terminal.selectionBackground": "{{colors.primary_container.light.hex}}99",
"gitDecoration.modifiedResourceForeground": "{{colors.primary.light.hex}}",
"gitDecoration.addedResourceForeground": "{{colors.secondary.light.hex}}",
"gitDecoration.stageModifiedResourceForeground": "{{colors.primary.light.hex}}",