0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Update editor bracket match border color

This commit is contained in:
Kristi 2020-04-03 13:45:30 -04:00
parent 01f3a30a16
commit 674fa35eff
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@
"editorHoverWidget.border": "#101014",
"editorBracketMatch.background": "#16161e",
"editorBracketMatch.border": "#363b54",
"editorBracketMatch.border": "#42465d", //"#363b54",
"editorOverviewRuler.border": "#101014",
"editorOverviewRuler.errorForeground": "#db4b4b",

View file

@ -127,7 +127,7 @@
"editorHoverWidget.border": "#1b1e2e",
"editorBracketMatch.background": "#1f2335",
"editorBracketMatch.border": "#3b4261",
"editorBracketMatch.border": "#545c7e", //"#3b4261",
"editorOverviewRuler.border": "#1b1e2e",
"editorOverviewRuler.errorForeground": "#db4b4b",