https://github.com/tcd/dark-plus-syntax
VS Code's default dark theme, but just a little bit better.
https://github.com/tcd/dark-plus-syntax
vscode
Last synced: 4 months ago
JSON representation
VS Code's default dark theme, but just a little bit better.
- Host: GitHub
- URL: https://github.com/tcd/dark-plus-syntax
- Owner: tcd
- License: other
- Created: 2017-08-23T20:15:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T21:08:52.000Z (over 3 years ago)
- Last Synced: 2025-02-03T20:07:33.970Z (over 1 year ago)
- Topics: vscode
- Language: Vim Script
- Homepage: https://marketplace.visualstudio.com/items?itemName=dunstontc.dark-plus-syntax
- Size: 1.65 MB
- Stars: 56
- Watchers: 3
- Forks: 14
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Why
I really like VS Code's "Dark+ (default dark)" color theme.
Unfortunately, it's unrealistic to expect the maintainers to support:
- The vast number of languages with which Visual Studio Code is used
- Visual Studio Code's ever-expanding catalog of extensions
So I made a theme that does.
## Supported Languages
- C#
- C/C++
- Crystal
- CSS
- SCSS
- Stylus
- Elixir
- Erlang
- Go
- Haskell
- HTML
- ECR/EEX/EJS/ERB
- Handlebars
- Jinja2
- Pug/Jade
- Twig
- Liquid
- CFML
- Java
- JavaScript
- TypeScript
- JSX
- TSX
- Markdown
- Protocol Buffers
- Python
- Ruby
- Vagrant
- Cucumber (Gherkin)
- Rust
- Swift
- Misc.
- CMake
- CSV/TSV
- GraphQL
- Makefile
- NGINX
- Terraform
- JSON
- TOML
- YAML
> If this theme doesn't support a certain language or extension that you use,
> feel free to [open an issue](https://github.com/tcd/dark-plus-syntax/issues/new) 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:
```json
{
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [ "comment" ],
"settings": { "fontStyle": "italic" },
},
]
},
}
```
Additionally, [UI colors](https://code.visualstudio.com/api/references/theme-color) can be overwritten using the `"workbench.colorCustomizations"` setting:
```json
{
"workbench.colorCustomizations": {
"editor.lineHighlightBorder": "#264f78",
},
}
```
## Issues
**Please use one of the [issue templates](https://github.com/tcd/dark-plus-syntax/issues/new)** when opening a new issue.
## Contributing
See [CONTRIBUTING.md](https://github.com/tcd/dark-plus-syntax/blob/master/CONTRIBUTING.md)
## License
Copyright © Clay Dunston
Licensed under the [MIT](https://github.com/tcd/dark-plus-syntax/blob/master/LICENSE.md) license