Minimal monochrome colour theme for Visual Studio Code, inspired by the visual language of Left by Hundred Rabbits.
Editor, side bar, terminal and status bar use a uniform #e0e0e0 background. Text is #222222, with intentionally restrained grey syntax and no prominent borders.
Development and local test
Open this directory in VS Code and press F5. In the Extension Development Host window, run Preferences: Color Theme and select Left.
Package locally
npx @vscode/vsce package
This produces a .vsix file that can be installed from VS Code with Extensions: Install from VSIX....