BlueVision is a polished midnight-blue theme for Visual Studio Code and VSCodium. It uses a low-glare blue workbench, a readable cool-white foreground, and restrained cyan, green, coral, violet, and amber syntax accents.
Install from a VSIX
Run npm install and npm run package in this directory.
In VS Code or VSCodium, open Extensions: Install from VSIX... from the Command Palette.
Select the generated .vsix file.
Choose Preferences: Color Theme, then select BlueVision.
You can also install from a terminal:
code --install-extension bluevision-theme-1.0.0.vsix
# or
codium --install-extension bluevision-theme-1.0.0.vsix
Development
Open this folder in VS Code/VSCodium and press F5 to launch an Extension Development Host. Run npm run check to validate the manifest and theme.