Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.07 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.07 KB

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.