Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vikashpr/vikashpr-theme-dark
- Owner: VikashPR
- License: mit
- Created: 2022-02-21T10:19:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T08:31:27.000Z (5 months ago)
- Last Synced: 2024-05-29T21:03:16.785Z (5 months ago)
- Topics: custom, dark-theme, open-source, vscode-extension, vscode-theme
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`