Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.47 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.47 KB

Dark++ Regular Theme

Version Installs Rating

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

Theme Overview

Adding support for Fira Code

Why use Fira Code?

Take a look at the following picture: Fira Code

Usage

  1. Install Fira Code font into your OS.
  2. Add following options in User Settings:
    {
      ...
      "editor.fontFamily": "Fira Code",
      "editor.fontLigatures": true,
      ...
    }
    
  3. Reload VSCode window or reopen VSCode.

Adding support for Hasklig

  1. Install Hasklig font into your OS.
  2. Add following options in User Settings:
    {
      ...
      "editor.fontFamily": "Hasklig",
      "editor.fontLigatures": true,
      ...
    }
    
  3. Reload VSCode window or reopen VSCode.

Thanks to