Skip to content

yarastqt/mercury

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.