A Cobalt2 theme for VS Code entirely based on Cobalt2 from Wes Bos.
- Install Visual Studio Code
- Launch Visual Studio Code
- Choose Extensions from menu
- Search for
vscode-theme-cobalt2
- Click Install to install it
- Click Reload to reload the Code
- File > Preferences > Color Theme > Cobalt2
- Install Node.js and npm
- Install Visual Studio Code
Clone the repo
$ git clone https://github.com/robertoachar/vscode-theme-cobalt2.git
Install vsce
$ npm install -g vsce
Build the extension file
$ vsce package
# or
$ npm run build
Install the extension from a package file (.vsix)
- Launch Visual Studio Code
- Choose Extensions from menu
- Click More > Install from VSIX...
- Select the file
vscode-theme-cobalt2-x.x.x.vsix
- Click Reload Now to reload the Code
Create a publisher
$ vsce create-publisher <publisher-name>
Login
$ vsce login <publisher-name>
Publish
$ vsce publish
For more detailed information about publishing extensions: Publishing Extensions.