Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Absolutely ThemeNew to Visual Studio Code? Get it now.
Absolutely Theme

Absolutely Theme

yulin96

|
10 installs
| (1) | Free
A warm, calm, and minimalist color theme family (light, dark, warm light) for VS Code, designed to reduce eye strain with cozy, natural, low-contrast tones.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Absolutely Theme

A warm, calm, and minimalist color theme family for Visual Studio Code, inspired by the cozy and natural Absolutely palette.

Designed with carefully selected low-contrast tones to reduce eye strain, Absolutely Theme provides a peaceful and focused workspace for long coding and writing sessions.

Marketplace Version Installs Rating License


🎨 Theme Variants

Absolutely Theme features three carefully balanced variants, tailored for different lighting conditions and styles:

Variant Type Description Background Accent
Absolutely Light Light A clean, soft light theme designed for bright rooms without harsh glares. #F9F9F7 #CC7D5E
Absolutely Light Warm Light A cozy, warm-toned light theme resembling physical book paper. #F7F4EC #CC7D5E
Absolutely Dark Dark A dark theme with muted tones and low contrast to soothe the eyes at night. #252522 #D98666

📸 Previews

☀️ Absolutely Light

Absolutely Light

🌾 Absolutely Light Warm

Absolutely Light Warm

🌙 Absolutely Dark

Absolutely Dark


🚀 Installation

  1. Open Visual Studio Code.
  2. Open the Extensions panel (Ctrl+Shift+X or Cmd+Shift+X).
  3. Search for Absolutely Theme.
  4. Click Install.
  5. Press Ctrl+K Ctrl+T (or Cmd+K Cmd+T on macOS) and select your preferred variant from the dropdown menu.

🛠 Customization & Tips

Enable Semantic Highlighting

For the best visual experience, make sure semantic highlighting is enabled in your settings:

"editor.semanticHighlighting.enabled": true

Font Recommendations

This theme pairs beautifully with clean monospaced fonts that support ligatures. We recommend:

  • Fira Code
  • JetBrains Mono
  • Operator Mono

Add this to your settings.json for a modern, distraction-free aesthetic:

{
  "editor.lineHeight": 1.6,
  "editor.fontSize": 14,
  "editor.minimap.enabled": false,
  "editor.scrollbar.horizontal": "hidden",
  "workbench.startupEditor": "none"
}

Override Colors

Want to tweak the background or another specific color? You can override any theme color in your user settings:

"workbench.colorCustomizations": {
  "[Absolutely Dark]": {
    "editor.background": "#1E1E1C"
  }
}

📄 License & Credits

This project is licensed under the MIT License.

Developed and designed with ❤️ by yulin96.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft