A VS Code theme based on Base16 Ocean Dark color scheme.
- Install Visual Studio Code
- Launch Visual Studio Code
- Choose Extensions from menu
- Search for
saraiva-dark
- Click Install to install it
- From the menu bar click: Code > Preferences > Color Theme > Saraiva Dark
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,
Enjoy!