Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.07 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.07 KB

Saraiva Dark

A VS Code theme based on Base16 Ocean Dark color scheme.

Preview Vue

Preview Vue

Preview React

Preview React

Installation

  1. Install Visual Studio Code
  2. Launch Visual Studio Code
  3. Choose Extensions from menu
  4. Search for saraiva-dark
  5. Click Install to install it
  6. From the menu bar click: Code > Preferences > Color Theme > Saraiva Dark

Preferences shown in the preview

The font in the preview image is Fira Code, available here. Editor settings to activate font ligatures:

"editor.fontFamily": "FiraCode-Light",
"editor.fontLigatures": true,

The preview image is using Bracket Pair Colorizer, a really cool extension that highlights matching brackets. This can help reduce unwanted errors.

I use this setting:

"bracketPairColorizer.forceIterationColorCycle": true,

Bracket

Enjoy!