Amber Night (Ashish Verma)
Warm, low-glare VS Code theme tuned for pitch-black rooms.
- Amber-focused background + muted syntax to reduce eye strain
- Crisp brackets and selections
- Comfortable terminal palette
Install (local or publish)
npm i -g @vscode/vsce
vsce package # produces amber-night-theme-1.0.0.vsix
code --install-extension amber-night-theme-1.0.0.vsix
Recommended Settings
{
"editor.minimap.enabled": false,
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on",
"editor.fontLigatures": true,
"workbench.reduceMotion": true
}
| |