Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lencx/hazy-vs-theme

Hazy VSCode Theme for Operator Mono
https://github.com/lencx/hazy-vs-theme

hazy operator-mono vscode-theme

Last synced: 3 days ago
JSON representation

Hazy VSCode Theme for Operator Mono

Awesome Lists containing this project

README

        

# Hazy VSCode theme

> Hazy VSCode Theme for Operator Mono

## Install Operator Font

* Color theme only. You need to install this [Font](https://www.typography.com/blog/introducing-operator)

* After font installation you need to set vscode setting to
> User Settings(Mac: `⌘+,`, Win: `⌃+,`)

```json
"editor.fontFamily": "Operator Mono, Consolas, monospace"
"workbench.colorTheme": "Hazy",
```

## Theme Installing

> Launch VS Code Quick Open (Mac: `⌘+P`, Win: `⌃+P`), paste the following command, and press enter.

```bash
ext install hazy
```

* TypeScript

![js theme](/screenshots/hazy-ts.png)

* Pug

![pug theme](/screenshots/hazy-pug.png)

* Scss

![sass theme](/screenshots/hazy-scss.png)