peymanslh / vscode-blueberry-dark-theme

Blueberry Dark Theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=peymanslh.blueberry-dark-theme
MIT License
61 stars 11 forks source link

doesn't work after upgrade vsc #7

Closed Boyceman closed 2 years ago

Boyceman commented 2 years ago

hi, good job for this wonderful theme! I like the color matching so much. Thank you.

but now the color matching doesn't work after i upgraded vscode's version to 1.67.1. could you give me any advice?

image image

Have a good day!

Boyceman commented 2 years ago

found the key.

"editor.bracketPairColorization.enabled": false

or

  "workbench.colorCustomizations": {
     "editorBracketHighlight.foreground4": "#bccfd8",
     "editorBracketHighlight.foreground3": "#b0bec5",
     "editorBracketHighlight.foreground2": "#78909c",
     "editorBracketHighlight.foreground1": "#546e7a",
  }