The theme is designed to be easy on the eyes thus reducing the eye strain. The aurora borealis served as the inspiration for this theme, with it's teal like colors, mixed with violets, pink, greens, and the dark of the night sky in Alaska.
- Open Extensions sidebar panel in VS Code. View → Extensions
- Search for
Boralis
- Click Install to install it.
- Code > Preferences > Color Theme > Borealis
{
"workbench.colorTheme": "Borealis",
// The Cursive font is Dank Mono, it's 40.00£ and you need to buy it to get the cursive (https://dank.sh/),
"editor.fontFamily": "'Dank Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 16,
"editor.lineHeight": 25,
"editor.letterSpacing": 0.5,
"editor.fontLigatures": true,
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "400",
"prettier.eslintIntegration": true,
"editor.cursorStyle": "line",
"editor.cursorWidth": 3,
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "all"
}
The font used in the screenshots is Dank Mono.
Online Tools used:
This theme was inspired by the themes Cobalt2, Noctis, Lucy, Night Owl.
Icon made by Freepik from flaticon.com
Visit Borealis Theme to see Borealis Theme for other Applications