๐ŸŒ™ 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.

Preview Screenshot


โœจ 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

  1. Open Extensions in VS Code (Ctrl+Shift+X)
  2. Search for: Quiet Night Theme
  3. Click Install
  4. Open the Command Palette (Ctrl+Shift+P) โ†’ type:
    Color Theme โ†’ choose: Quiet Night Theme

{
  "editor.fontFamily": "Fira Code, JetBrains Mono, monospace",
  "editor.fontLigatures": true,
  "editor.cursorSmoothCaretAnimation": true,
  "editor.bracketPairColorization.enabled": false,
  "workbench.colorTheme": "Quiet Night"
}