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.
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:
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:
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