Skip to content

Commit

Permalink
Add note for vscode bracket color
Browse files Browse the repository at this point in the history
  • Loading branch information
peymanslh committed Aug 25, 2022
1 parent 9dc333d commit b32dbd8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ Launch VS Code Quick Open (⌘+P), paste the following command, and press enter.
```
ext install blueberry-dark-theme
```

### Bracket color
If you want your editor bracket to match with your theme colors and you don't like vscode bracket colorization, add this to your settings:
```json
"editor.bracketPairColorization.enabled": false
```

### Screen Shot
![Screen Shot](https://raw.githubusercontent.com/peymanslh/vscode-blueberry-dark-theme/master/screenshot.png)

> The font in the screenshot is [Operator Mono](https://www.typography.com/blog/introducing-operator) .
> The font in the screenshot is [Operator Mono](https://www.typography.com/blog/introducing-operator) .

0 comments on commit b32dbd8

Please sign in to comment.