Best AMOLED theme for Visual Studio Code.
- Install vsce
npm i -g @vscode/vsce
- Build theme
vsce package
- Install theme
code --install-extension zenitria-amoled-x.x.x.vsix
This is my recommended settings. Open your settings.json
by clicking CTRL + SHIFT + P
or CMD + SHIFT + P
and choice Preferences: Open User Settings (JSON)
then change your settings to this.
"editor.fontFamily": "'JetBrains Mono', monospace",
"editor.fontSize": 12,
"editor.fontWeight": "300",
"editor.lineHeight": 20,
"editor.letterSpacing": 0.5,
"editor.fontLigatures": true,
"editor.cursorBlinking": "smooth",