๐ Quiet Night Theme
June 16, 2025 ยท View on GitHub
A calm, minimalistic dark theme with carefully tuned contrast and soft colors โ designed for late-night focused coding.

โจ Features
- ๐ Soothing dark background
- ๐จ Harmonized syntax colors for JS/TS, Python, Go, Rust, HTML, CSS, etc.
- ๐ก Optimized for low eye strain
- ๐งช Tested on common VS Code extensions
- ๐ Font-friendly (works great with JetBrains Mono, Fira Code, etc.)
๐ฆ Installation
- Open Extensions in VS Code (
Ctrl+Shift+X) - Search for:
Quiet Night Theme - Click Install
- Open the Command Palette (
Ctrl+Shift+P) โ type:
Color Themeโ choose:Quiet Night Theme
๐งช Recommended Settings
{
"editor.fontFamily": "Fira Code, JetBrains Mono, monospace",
"editor.fontLigatures": true,
"editor.cursorSmoothCaretAnimation": true,
"editor.bracketPairColorization.enabled": false,
"workbench.colorTheme": "Quiet Night"
}