sdras / night-owl-vscode-theme

🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, 🦉 LIGHT OWL: a daytime light theme
https://aka.ms/nightowl
MIT License
2.81k stars 242 forks source link

Bracket pair colors #305

Open LmarLoe opened 2 years ago

LmarLoe commented 2 years ago

Since the Bracket Pair Colorizer has been deprecated in favor of native functionality, the color of the third nested brackets is different from what it used to be with the extension. I suggest bring back this color (#87CEFA) because it is more distinguishable by colorblind people.

andreluis-oliveira commented 1 year ago

this theme is not developed for colorblind.

If you want to customize colors, you can do it by overriding your theme ( settings.json ).

"workbench.colorCustomizations": { "editorBracketHighlight.foreground3": "#87CEFA" }