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

Absolute Violet Theme

md_antu

|
1,644 installs
| (1) | Free
Official Absolute Violet Theme for VS Code by MD Antu
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Brought to you by

Absolute Violet Official VS Code theme of Absoluet Violet!


Table of contents

If you are a big fan of Absolute Violet and you use Visual Studio Code as your code editor, this is the theme for you.

  • Brought to you by
  • Table of contents
  • Theme Screenshots
  • Getting started
    • Prerequisites
    • Installation
  • Activate theme
  • Recommended settings for a better experience

Theme Screenshots

Absolute Violet

Getting started

You can install this awesome theme through the Visual Studio Code Marketplace.

Prerequisites

This theme is compatible for VS Code version 2.2.0+

Installation

Launch Quick Open:

  • Linux Ctrl+P
  • macOS ⌘P
  • Windows Ctrl+P

Paste the following command and press Enter:

ext install mdantu.absolute-violet-theme

And pick the one by Md Antu as author.

Activate theme

Launch Quick Open:

  • Linux Ctrl + Shift + P
  • macOS ⌘ + Shift + P
  • Windows Ctrl + Shift + P

Type theme, choose Preferences: Color Theme, and select Absolute Violet Theme from the list. After activation, the theme will be activated.

Recommended settings for a better experience

{
    // Controls the font family.
    "editor.fontFamily": "Operator Mono, Fira Code",
    // Enables font ligatures
    "editor.fontLigatures": true,
}

In case you don't see the terminal does not look as expected, you can make the below customization in your VS Code settings.json file

{
  // controls the color of the terminal
  "workbench.colorCustomizations": {
    "terminal.ansiBlack": "#171c2a",
    "terminal.ansiRed": "#E35535",
    "terminal.ansiGreen": "#52AB62",
    "terminal.ansiYellow": "#ffd866",
    "terminal.ansiBlue": "#00B3BD",
    "terminal.ansiMagenta": "#e991e3",
    "terminal.ansiCyan": "#78e8c6",
    "terminal.ansiWhite": "#FFFFFFcc",
    "terminal.ansiBrightBlack": "#00B3BD",
    "terminal.ansiBrightRed": "#E35535",
    "terminal.ansiBrightGreen": "#52AB62",
    "terminal.ansiBrightYellow": "#ffd866",
    "terminal.ansiBrightBlue": "#00B3BD",
    "terminal.ansiBrightMagenta": "#e991e3",
    "terminal.ansiBrightCyan": "#78e8c6",
    "terminal.ansiBrightWhite": "#00B3BD",
    "terminal.background": "#171c2a",
    "terminalCursor.background": "#ffd866",
    "terminalCursor.foreground": "#ffd866"
  }

Copyright © 2021 MD Antu

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