Awesome fantasy themes!
Installation
- Open Extensions sidebar panel in VS Code. "View → Extensions"
- Search for "Fantasy"
- Click Install
- Code > Preferences > Color Theme > Fantasy
Optional: settings below for best experience
{
"workbench.colorTheme": "Fantasy",
"workbench.iconTheme": "vscode-icons",
"files.autoSave": "afterDelay",
"editor.fontSize": 16,
"editor.fontFamily": "'Fira Code', 'Cascadia Code', Consolas, 'Courier New', monospace",
"editor.renderWhitespace": "boundary",
"editor.cursorStyle": "line",
"editor.wordWrap": "on",
"editor.letterSpacing": 0.5,
"editor.lineHeight": 25,
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorWidth": 5,
"editor.fontLigatures": true,
"editor.fontWeight": "400",
"editor.linkedEditing": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"eslint.alwaysShowStatus": true,
}
Thanks
Thanks to Zeno Rocha, Sarah Drasner & Wes Bos!
Enjoy!