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

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.

Awesome Lists containing this project

README

          

# whimsical

A color theme for VSCode, inspired by the Waher theme for Notepad++ by Kristo Vaher.

## Preview

![Whimsical](preview/whimsical.png)

![Whimsical (Waher)](preview/whimsical-waher.png)

## Manual Installation

```sh
npm install -g @vscode/vsce

// Make the theme package
vsce package

// Install the generated package
code --install-extension .vsix
```