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.
- Host: GitHub
- URL: https://github.com/mizyind/vscode-darkpp-regular
- Owner: miZyind
- License: mit
- Created: 2018-04-19T20:53:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T03:34:23.000Z (over 5 years ago)
- Last Synced: 2025-12-28T05:56:23.856Z (6 months ago)
- Topics: dark-theme, editor, firacode, hasklig, theme, vscode
- Homepage: https://marketplace.visualstudio.com/items/miZyind.darkpp-regular
- Size: 602 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dark++ Regular Theme
  
Enhanced VSCode Dark+ theme with support for Fira Code & Hasklig.

### Adding support for **Fira Code**
#### Why use Fira Code?
Take a look at the following picture:

#### 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)