This fork keeps the Nord workbench/UI experience while overlaying the VS Code Dark+ (default dark) token colors so keywords, strings, functions, classes, etc. match the VS Code default look & feel.
Features
Nord UI colors remain untouched (themes/nord-color-theme.json → colors).
Syntax colors (tokenColors, semanticTokenColors) are now identical to Dark+.
Scripts for regenerating the Dark+ snapshot and reapplying it are included under tools/.
Installation
Build the extension: npm ci && npm run build.
Install the generated .vsix via Extensions: Install from VSIX... or:
After installation, confirm syntax tokens match Dark+ by toggling between the two themes and optionally running Developer: Inspect Editor Tokens and Scopes.
Build / Update instructions
Update the Dark+ snapshot (resolves include chains) and reapply it: