Black Odin is a higher contrast version of VS Code's Dark+ Theme, with slight modifications for readability and diverse distinguishable colors, specifically written for Odin Language Server.
Check out the examples directory for demo code.
To compile the .vsix file, run the following commands in the root directory of the repository:
nix develop -c bash -c "npm install --no-audit --no-fund --save-dev vsce && npx vsce package"Or, enter the dev shell first and then package:
nix develop
npm install --no-audit --no-fund --save-dev vsce
npx vsce packageThe .vsix file will be in the root directory of the repository.
To install the .vsix file, open it in VS Code.
