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

Absolutely Theme

yulin96

|
62 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 clean, calm, and readable color theme family for Visual Studio Code, inspired by warm paper tones and modern coding tools.

Absolutely Theme balances comfort with clarity: soft backgrounds, readable contrast, restrained UI color, and carefully separated Vue / HTML syntax highlighting for long coding sessions.

Marketplace Version Installs Rating License


🎨 Theme Variants

Absolutely Theme includes four balanced variants for different lighting conditions:

Variant Type Description Background Accent
Absolutely Light Light A clean light theme with soft contrast and crisp editor UI. #FAF8F3 #B8674C
Absolutely Light Warm Light A warmer paper-like light theme with the same readable syntax system. #FAF6ED #B8674C
Absolutely Dark Dark A calm dark theme with warm neutrals and clearer code/Git colors. #252522 #D98666
Absolutely Dark Warm Dark A warmer dark theme with a yellow-leaning editor surface. #1F1D18 #C79D45

✨ Highlights

  • Clearer Vue syntax highlighting: components, HTML tags, attributes, class values, variables, functions, and strings are easier to tell apart.
  • More readable Git colors for modified, added, deleted, untracked, and history graph states.
  • Cleaner terminal output and readable low-priority editor text, including line numbers, CodeLens, and inline Git blame.
  • Restrained selection and border treatment so secondary UI stays calm and does not compete with code.
  • Accent colors are reserved for meaningful states like links, cursor, active items, search, and warnings.
  • Consistent light, warm light, dark, and dark warm variants.

🚀 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