A beautiful and minimalistic theme for Visual Studio Code, inspired by the NotNull color scheme.
Note: This theme works best with semantic token colors enabled. To enable semantic token colors, add the following configuration to your
settings.json
file:
"editor.semanticTokenColorCustomizations": {
"[NotNull Dark]": {
"enabled": true
}
}
Here are the main colors used in this theme:
This theme is currently focused on providing an excellent experience for Golang development. Go Nightly extension is recomended.
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This theme is released under the Apache 2.0
© Murillo Vaz | NotNull