mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-15 10:12:07 -04:00
matugen/vscode: fix selection contrast
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user