Skip to content

robertoachar/vscode-theme-cobalt2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cobalt2 Theme

A Cobalt2 theme for VS Code entirely based on Cobalt2 from Wes Bos.

Preview

Installation

  1. Install Visual Studio Code
  2. Launch Visual Studio Code
  3. Choose Extensions from menu
  4. Search for vscode-theme-cobalt2
  5. Click Install to install it
  6. Click Reload to reload the Code
  7. File > Preferences > Color Theme > Cobalt2

Editor Features

Activity Bar

Activity Bar

Debug

Debug

Extensions

Extensions

Notifications

Notifications

Search

Search

Sidebar

Sidebar

Status Bar

Status Bar

Tabs

Tabs

Languages

CSS

CSS

HTML

HTML

JAVASCRIPT

JAVASCRIPT

JSON

JSON

MARKDOWN

MARKDOWN

PROPERTIES

PROPERTIES

PUG

PUG

PYTHON

PYTHON

TYPESCRIPT

TYPESCRIPT

YAML

YAML

Development

Install dependencies

  1. Install Node.js and npm
  2. Install Visual Studio Code

Run

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)

  1. Launch Visual Studio Code
  2. Choose Extensions from menu
  3. Click More > Install from VSIX...
  4. Select the file vscode-theme-cobalt2-x.x.x.vsix
  5. Click Reload Now to reload the Code

Publish

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.

Contributing

Author

Roberto Achar

License

MIT