Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vikashpr/vikashpr-theme-dark

VIkashPR Theme Dark is Vikash's custom vscode dark theme
https://github.com/vikashpr/vikashpr-theme-dark

custom dark-theme open-source vscode-extension vscode-theme

Last synced: about 7 hours ago
JSON representation

VIkashPR Theme Dark is Vikash's custom vscode dark theme

Awesome Lists containing this project

README

        

# VikashPR Dark Theme for VSCode

VikashPR Dark theme is a custom fork of Aabyss & Cobalt theme for VSCode.

Thanks to the developers.

![Aabyss](https://img.shields.io/badge/Aabyss-theme-informational)
![Cobalt2](https://img.shields.io/badge/Cobalt2-theme-informational)

[![Version](https://vsmarketplacebadge.apphb.com/version/VikashPR.vikashpr-theme-dark.svg)](https://marketplace.visualstudio.com/items?itemName=VikashPR.vikashpr-theme-dark)

![Preview](./images/VikashPR-Theme-Dark.png)

# Installation

1. Open **Extensions** sidebar panel in VS Code. `View → Extensions`
2. Search for `VikashPR-Theme` - find the one by **Wes Bos** - there are a few other half-baked ones so make sure you have the right one!
3. Click **Install** to install it.
4. Code > Preferences > Color Theme > **VikashPR-Theme**

## Contributing

To work on the theme:

1. Clone this repo and open in VS Code
2. Open run `View → Run`
3. Click `Launch Extension`. This will open up another VS Code Editor
4. Make changes to `VikashPR Theme Dark-color-theme.json`. You will see changes reflected in the other editor that opened in step 3.

If you are making a Pull Request, Please give me a screenshot of before/after!

## Deploying a new version

These are mostly notes for me.

1. Run `npm run release`
1. Next run `git push --follow-tags origin master && npm publish`