When using the Night Shift variant, the editor bracket colorization may be overridden by the default settings. To fix this, add the following to your settings.json:
// Controls whether each bracket type has its own independent color pool.
"editor.bracketPairColorization.independentColorPoolPerBracketType": true
Contributions
Contributions are welcome! If you have any suggestions or issues, please open an issue or a pull request.