tcd / dark-plus-syntax

VS Code's default dark theme, but just a little bit better.
https://marketplace.visualstudio.com/items?itemName=dunstontc.dark-plus-syntax
Other
56 stars 14 forks source link
vscode

dark-plus-syntax

version Visual Studio Marketplace issues license

logo

Why

I really like VS Code's "Dark+ (default dark)" color theme.
Unfortunately, it's unrealistic to expect the maintainers to support:

So I made a theme that does.

Supported Languages

If this theme doesn't support a certain language or extension that you use, feel free to open an issue and I'll look into it.

Please use one of the issue templates.

Italic Comments & Overrides

This theme doesn't have italic comments, but you can get them by adding the following snippet to your settings.json file:

{
  "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": [ "comment" ],
        "settings": { "fontStyle": "italic" },
      },
    ]
  },
}

Additionally, UI colors can be overwritten using the "workbench.colorCustomizations" setting:

{
  "workbench.colorCustomizations": {
    "editor.lineHighlightBorder": "#264f78",
  },
}

Issues

Please use one of the issue templates when opening a new issue.

Contributing

See CONTRIBUTING.md

License

Copyright © Clay Dunston dunstontc@gmail.com

Licensed under the MIT license