mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
matugen/vscode: fix selection contrast
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// Focus + active indicators
|
||||
//
|
||||
"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
|
||||
//
|
||||
@@ -127,7 +127,7 @@
|
||||
"editor.lineHighlightBackground": "{{colors.surface_container.dark.hex}}66",
|
||||
"editor.wordHighlightBackground": "{{colors.secondary.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",
|
||||
"editorWhitespace.foreground": "{{colors.outline.dark.hex}}66",
|
||||
"editorIndentGuide.background1": "{{colors.outline.dark.hex}}33",
|
||||
@@ -186,7 +186,8 @@
|
||||
"terminal.ansiBrightBlue": "{{dank16.color12.dark.hex}}",
|
||||
"terminal.ansiBrightMagenta": "{{dank16.color13.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
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"tab.border": "{{colors.outline_variant.default.hex}}",
|
||||
"titleBar.border": "{{colors.outline_variant.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.activeForeground": "{{colors.on_surface.default.hex}}",
|
||||
"titleBar.inactiveForeground": "{{colors.outline.default.hex}}",
|
||||
@@ -91,7 +91,7 @@
|
||||
"editor.lineHighlightBackground": "{{colors.surface_container.default.hex}}66",
|
||||
"editor.wordHighlightBackground": "{{colors.secondary.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",
|
||||
"editorWhitespace.foreground": "{{colors.outline.default.hex}}66",
|
||||
"editorIndentGuide.background1": "{{colors.outline.default.hex}}33",
|
||||
@@ -135,7 +135,8 @@
|
||||
"terminal.ansiBrightBlue": "{{dank16.color12.default.hex}}",
|
||||
"terminal.ansiBrightMagenta": "{{dank16.color13.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": [
|
||||
{
|
||||
|
||||
@@ -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}}",
|
||||
|
||||
Reference in New Issue
Block a user