Update matching brackets style (#595)

This commit is contained in:
Jonatan Kłosko 2021-10-13 14:56:33 +02:00 committed by GitHub
parent d2cdf0a2cb
commit fedbf4f53b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,8 @@ const theme = {
"editorSuggestWidget.selectedBackground": "#2c313a",
"input.background": "#1b1d23",
"input.border": "#181a1f",
"editorBracketMatch.border": "#282c34",
"editorBracketMatch.background": "#3e4451",
},
};