Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Violet UltimaNew to Visual Studio Code? Get it now.
Violet Ultima

Violet Ultima

Walnut

|
1,175 installs
| (1) | Free
A Dark Violet theme based on One Dark Pro Theme for who like to code late into the night
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Violet Ultima - VSCode Theme

My personal dark theme. A mix of some of my favorite themes: Midnight Synth and One Dark Pro.

Installation

  1. Install Visual Studio Code
  2. Launch Visual Studio Code
  3. Choose Extensions from menu
  4. Search for Violet Ultima
  5. Click Install to install it
  6. Click Reload to finish installing
  7. 🌟🌟🌟🌟🌟 Rate five-stars 😃
  8. Then, from the menu: File > Preferences > Color Theme > Violet Ultima

Enjoy!

Italic

You could set this in your setting.json to make code be italic

      "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": [
          "entity.attribute.name",
          "entity.other.attribute-name",
          "entity.other.attribute-name.class",
          "entity.other.attribute-name.id",
          "keyword",
          "constant",
          "storage.modifier",
          "storage.type",
          "storage.type.function",
          "storage.type.class",
          "variable.parameter",
          "comment",
          "storage.modifier",
          "storage.type.php",
          "keyword.other.new.php",
          "entity.other.attribute-name",
          "fenced_code.block.language.markdown",
          "keyword",
          "storage.modifier",
          "storage.type",
          "keyword.control",
          "constant.language",
          "entity.other.attribute-name",
          "entity.name.method",
          "keyword.control.import.ts",
          "keyword.control.import.tsx",
          "keyword.control.import.js",
          "keyword.control.flow.js",
          "keyword.control.from.js",
          "keyword.control.from.ts",
          "keyword.control.from.tsx"
        ],
        "settings": {
          "fontStyle": "italic"
        }
      },
      {
        "scope": [
          "entity.name.function.js",
          "entity.name.function",
          "meta.require",
          "support.function.any-method",
          "variable.function",
          "entity.name.type.class"
        ],
        "settings": {
          "fontStyle": "bold"
        }
      }
    ]
  }

Suggest Editor Settings

"editor.fontSize": 14,
 "editor.lineHeight": 22,
 "editor.fontFamily": "Operator Mono Lig",
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft