Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days ago
JSON representation
Hazy VSCode Theme for Operator Mono
- Host: GitHub
- URL: https://github.com/lencx/hazy-vs-theme
- Owner: lencx
- Created: 2017-10-10T03:54:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T05:12:10.000Z (over 7 years ago)
- Last Synced: 2024-05-23T05:34:49.707Z (8 months ago)
- Topics: hazy, operator-mono, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=lencx.hazy-vs-theme
- Size: 317 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)