Set Opacity to MatchHighlight in QuietLight (#174296)

As stated in the docs for "editor.findMatchHighlightBackground":
"The color must not be opaque so as not to hide underlying decorations."

I've simply added a 0.6 opacity to the color so that it doesn't obscure the selection background.
This commit is contained in:
Bassim EL BAKKALI EL GAZUANI 2023-02-15 15:51:43 +01:00 committed by GitHub
parent 8066a8c455
commit 68a7a39382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -500,7 +500,7 @@
"inputOption.activeBorder": "#adafb7",
"dropdown.background": "#F5F5F5",
"editor.findMatchBackground": "#BF9CAC",
"editor.findMatchHighlightBackground": "#edc9d8",
"editor.findMatchHighlightBackground": "#edc9d899",
"peekViewEditor.matchHighlightBackground": "#C2DFE3",
"peekViewTitle.background": "#F2F8FC",
"peekViewEditor.background": "#F2F8FC",