Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>MercuryNew to Visual Studio Code? Get it now.
Mercury

Mercury

Preview

yarastqt

|
832 installs
| (1) | Free
VS Code theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mercury

Minimalistic VS Code theme.

Version

Note: support for languages other than JavaScript is pretty much non-existent right now.

Screenshot

Override theme colors

You can override colors by adding these theme-specific settings to your configuration. For advanced customisation please check the relative section on the vs code documentation.

Color Scheme override

"editor.tokenColorCustomizations": {
  "[Mercury]": {
    "textMateRules": [
      {
        "scope": [
          "constant.numeric"
        ],
        "settings": {
          "foreground": "#fff"
        }
      }
    ]
  }
}

UI Overrides

"workbench.colorCustomizations": {
  "[Mercury]": {
    "sideBar.background": "#777"
  }
}

License

Mercury is MIT licensed.

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