https://github.com/robertoachar/vscode-theme-cobalt2
A Cobalt2 theme for VS Code entirely based on Cobalt2 from Wes Bos - https://github.com/wesbos/cobalt2
https://github.com/robertoachar/vscode-theme-cobalt2
cobalt cobalt2 syntax-highlighting vscode vscode-extension vscode-theme
Last synced: 17 days ago
JSON representation
A Cobalt2 theme for VS Code entirely based on Cobalt2 from Wes Bos - https://github.com/wesbos/cobalt2
- Host: GitHub
- URL: https://github.com/robertoachar/vscode-theme-cobalt2
- Owner: robertoachar
- License: mit
- Created: 2017-08-22T16:22:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T22:59:27.000Z (over 7 years ago)
- Last Synced: 2025-03-24T12:39:06.570Z (about 1 month ago)
- Topics: cobalt, cobalt2, syntax-highlighting, vscode, vscode-extension, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=robertoachar.vscode-theme-cobalt2#review-details
- Size: 1.39 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cobalt2 Theme
> A Cobalt2 theme for VS Code entirely based on [Cobalt2 from Wes Bos](https://github.com/wesbos/cobalt2).

# Installation
1. Install [Visual Studio Code](https://code.visualstudio.com/)
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

## Debug

## Extensions

## Notifications

## Search

## Sidebar

## Status Bar

## Tabs

# Languages
## CSS

## HTML

## JAVASCRIPT

## JSON

## MARKDOWN

## PROPERTIES

## PUG

## PYTHON

## TYPESCRIPT

## YAML

# Development
## Install dependencies
1. Install [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/)
2. Install [Visual Studio Code](https://code.visualstudio.com/)## Run
Clone the repo
```bash
$ git clone https://github.com/robertoachar/vscode-theme-cobalt2.git
```Install vsce
```bash
$ npm install -g vsce
```Build the extension file
```bash
$ 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`
6. Click **Reload Now** to reload the Code## Publish
Create a publisher
```bash
$ vsce create-publisher
```Login
```bash
$ vsce login
```Publish
```bash
$ vsce publish
```For more detailed information about publishing extensions: [Publishing Extensions](https://code.visualstudio.com/docs/extensions/publish-extension).
# Contributing
# Author
[Roberto Achar](https://twitter.com/RobertoAchar)
# License
[MIT](https://github.com/robertoachar/vscode-theme-cobalt2/blob/master/LICENSE)