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

https://github.com/blankeos/zen

🦋 A bluer poimandres VSCode theme. Forked from poimandres.
https://github.com/blankeos/zen

Last synced: about 1 year ago
JSON representation

🦋 A bluer poimandres VSCode theme. Forked from poimandres.

Awesome Lists containing this project

README

          



Blankeos Zen


A minimal, dark, and frameless theme for VS Code. Based on poimandres.







**Blankeos Zen** is essentially a **_blue [poimandres](https://github.com/drcmda/poimandres-theme)_**. It's my own personal, minimal, and frameless dark-theme. Sometimes I don't feel the green in poimandres and wanted a bluer vibe to my editor. That's why I made this.

This theme contains:

- Blankeos Zen - a bluer poimandres.
- Blankeos Zen Dark - a bluer poimandres but darker background.

---

#### Development Requirements & Tips

- Use [Bun](bun.sh)
- Install [`vsce`](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) (for packaging & publishing the extension)

#### Publishing To Marketplace

- Go to [Visual Studio Marketplace](https://marketplace.visualstudio.com/) > Publish Extensions > Create Publisher.

- Generate a Personal Access Token on [dev.azure.com](dev.azure.com) > Click the 💁🏻‍♂️⚙️ icon > Personal Access Tokens > New Token. Make sure it's "Custom" and "Marketplace" scope is "Manage".

- Run the following commands:

```sh
vsce login
vsce package
vsce publish
```

- References: [Vid](https://www.youtube.com/watch?v=pGzssFNtWXw) on how to publish. [Official Doc](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) by Visual Studio.

#### Contribute

git clone https://github.com/Blankeos/zen
cd zen
bun install
bun run dev

- Go to `Run and Debug`, click the ▶ icon, any change you make in `src/theme.js` will now be reflected when you save.