https://github.com/yarastqt/mercury
VS Code theme
https://github.com/yarastqt/mercury
minimalistic-theme theme vscode vscode-theme
Last synced: about 1 month ago
JSON representation
VS Code theme
- Host: GitHub
- URL: https://github.com/yarastqt/mercury
- Owner: yarastqt
- License: mit
- Created: 2018-06-06T20:05:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T07:08:57.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T21:29:48.750Z (3 months ago)
- Topics: minimalistic-theme, theme, vscode, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=yarastqt.mercury
- Size: 1.12 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mercury
Minimalistic VS Code theme.
[](https://marketplace.visualstudio.com/items?itemName=yarastqt.mercury)
**Note: support for languages other than JavaScript is pretty much non-existent right now.**

## 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](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme).
### Color Scheme override
```json
"editor.tokenColorCustomizations": {
"[Mercury]": {
"textMateRules": [
{
"scope": [
"constant.numeric"
],
"settings": {
"foreground": "#fff"
}
}
]
}
}
```### UI Overrides
```json
"workbench.colorCustomizations": {
"[Mercury]": {
"sideBar.background": "#777"
}
}
```## License
Mercury is [MIT licensed](https://github.com/yarastqt/mercury/blob/master/LICENSE.md).