You can install the Deutherium Color Theme using one of the following methods:
Option 1: Install from the VS Code Marketplace (Recommended)
You can find and install the theme directly from the VS Code Marketplace.
Alternatively, search for Deutherium in the Extensions view (Ctrl+Shift+X or Cmd+Shift+X) in VS Code and click Install.
Option 2: Install Locally (Manual Installation)
Copy or link this repository folder into your VS Code extensions directory:
Open the Color Theme picker (Ctrl+K Ctrl+T or Cmd+K Cmd+T) and select Deutherium.
Local Development & Packaging
To compile and package this extension into a .vsix installer file:
Install development dependencies:
npm install
Build the package:
npm run package
(Or run npx @vscode/vsce package directly)
This creates a file named deutherium-1.0.0.vsix which you can share or install via the Extensions: Install from VSIX... option in VS Code's command palette.