Put focus on wordHighlight

Addresses https://github.com/primer/github-vscode-theme/issues/23#issuecomment-629761717
This commit is contained in:
Dany Castillo 2020-05-17 10:58:09 +02:00 committed by GitHub
parent 2a85e5b847
commit ed733ec808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,11 +107,12 @@
"editor.findMatchHighlightBackground": "#ffd33d22",
"editor.inactiveSelectionBackground": "#3392FF22",
"editor.selectionBackground": "#3392FF44",
"editor.selectionHighlightBackground": "#17E5E633",
"editor.wordHighlightBackground": "#17E5E600",
"editor.wordHighlightStrongBackground": "#17E5E600",
"editor.wordHighlightBorder": "#17E5E633",
"editor.wordHighlightStrongBorder": "#17E5E666",
"editor.selectionHighlightBackground": "#17E5E600",
"editor.wordHighlightBackground": "#17E5E633",
"editor.selectionHighlightBorder": "#17E5E644",
"editor.wordHighlightStrongBackground": "#17E5E622",
"editor.wordHighlightBorder": "#17E5E600",
"editor.wordHighlightStrongBorder": "#17E5E600",
"editorBracketMatch.background": "#17E5E650",
"editorBracketMatch.border": "#17E5E600",
"editorGutter.modifiedBackground": "#2188ff",
@ -489,4 +490,4 @@
}
}
]
}
}