Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Ayu One Dark Pro (deprecated)New to Visual Studio Code? Get it now.
Ayu One Dark Pro (deprecated)

Ayu One Dark Pro (deprecated)

smeagolem

|
68,904 installs
| (0) | Free
Ayu Dark/Mirage with One Dark Pro
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ayu One Dark Pro (deprecated)

Note: This extension has been deprecated in favour of One Dark Pro 3.0.0 as it now includes dynamic theming with ayu as an option.

How to get the same appearance (Mirage Bordered):

  • Install One Dark Pro.
  • Edit your settings.json so it matches the following:
{
    "workbench.colorTheme": "One Dark Pro",
    "oneDarkPro.editorTheme": "ayu",
    "oneDarkPro.bold": true,
    "editor.tokenColorCustomizations": {
        "[One Dark Pro]": {
            "textMateRules": [
                {
                    "name": "js object key",
                    "scope": "meta.object-literal.key",
                    "settings": {
                        "foreground": "#56b6c2"
                    }
                }
            ]
        }
    }
}

Thanks to those who used this extension. 🙏
Bye bye now! 👋



Color Theme for Visual Studio Code

Combination of Ayu and One Dark Pro with a few edits for myself.

Includes the four dark Ayu workbench themes:

  • Mirage
  • Mirage Bordered
  • Dark
  • Dark Bordered

I personally use Mirage Bordered.
Not too dark, with slight contextual borders 👌

screenshot

The syntax highlighting is One Dark Pro Bold.
So, methods() are bold, and I've change javascript object keys to be aqua instead of red.
There was way too much red.

Bye.

Release checklist because I forget things:

  • Upgrade dependencies
  • Bump version
  • Update changelog details
  • Update changelog links
  • Test package
  • Tag
  • Push
  • Release
  • Publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft