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

https://github.com/mizyind/vscode-darkpp-regular

Enhanced VSCode Dark+ theme with support for Fira Code & Hasklig.
https://github.com/mizyind/vscode-darkpp-regular

dark-theme editor firacode hasklig theme vscode

Last synced: 4 months ago
JSON representation

Enhanced VSCode Dark+ theme with support for Fira Code & Hasklig.

Awesome Lists containing this project

README

          

# Dark++ Regular Theme
![Version](https://vsmarketplacebadge.apphb.com/version-short/mizyind.darkpp-regular.svg) ![Installs](https://vsmarketplacebadge.apphb.com/installs-short/mizyind.darkpp-regular.svg) ![Rating](https://vsmarketplacebadge.apphb.com/rating-short/mizyind.darkpp-regular.svg)

Enhanced VSCode Dark+ theme with support for Fira Code & Hasklig.

![Theme Overview](https://raw.githubusercontent.com/miZyind/vscode-darkpp-regular/master/assets/overview.gif)

### Adding support for **Fira Code**

#### Why use Fira Code?
Take a look at the following picture:
![Fira Code](https://raw.githubusercontent.com/tonsky/FiraCode/master/extras/ligatures.png)

#### Usage
1. Install [Fira Code](https://github.com/tonsky/FiraCode) font into your OS.
2. Add following options in `User Settings`:
```
{
...
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
...
}
```
2. Reload VSCode window or reopen VSCode.

### Adding support for **Hasklig**
1. Install [Hasklig](https://github.com/i-tu/Hasklig) font into your OS.
2. Add following options in `User Settings`:
```
{
...
"editor.fontFamily": "Hasklig",
"editor.fontLigatures": true,
...
}
```
2. Reload VSCode window or reopen VSCode.

### Thanks to
- @idbartosz for [vscode-darkpp-italic](https://github.com/idbartosz/vscode-darkpp-italic)
- @tonsky for [Fira Code](https://github.com/tonsky/FiraCode)
- @i-tu for [Hasklig](https://github.com/i-tu/Hasklig)