https://github.com/vanruesc/whimsical-vscode-theme
A dark VSCode theme.
https://github.com/vanruesc/whimsical-vscode-theme
Last synced: 4 months ago
JSON representation
A dark VSCode theme.
- Host: GitHub
- URL: https://github.com/vanruesc/whimsical-vscode-theme
- Owner: vanruesc
- License: zlib
- Created: 2022-10-18T20:00:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:47:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T20:11:26.376Z (over 1 year ago)
- Size: 633 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# whimsical
A color theme for VSCode, inspired by the Waher theme for Notepad++ by Kristo Vaher.
## Preview


## Manual Installation
```sh
npm install -g @vscode/vsce
// Make the theme package
vsce package
// Install the generated package
code --install-extension .vsix
```