@ptkdev/vscode-theme-dark-blood
Version:
VSCode theme for the night work. Inspired by base16-dark
78 lines (49 loc) • 2.81 kB
Markdown
# v3.1.0 (June 05, 2021)
- Fix: White $ with tspath on svelte
- Feature: `delete` method now has purple color like function/async/await
<!-- all-shields/sponsors-badges:START -->
[](https://www.paypal.me/ptkdev) [](https://ko-fi.com/ptkdev) [](https://github.com/sponsors/ptkdev) [](https://www.patreon.com/join/ptkdev) [](https://ptk.dev/img/icons/menu/bitcoin_wallet.png) [](https://ptk.dev/img/icons/menu/ethereum_wallet.png)
<!-- all-shields/sponsors-badges:END -->
# v3.0.1 (April 23, 2021)
- Feature: support .svelte
- Feature: support .vue
- Fix: theme/colors with typescript source
- Fix: jsdoc syntax
- New: background now is #090909
# v2.0.7 (March 28, 2020)
- Fix: security issue
# v2.0.6 (February 10, 2020)
- Fix: jsdoc/comments better opacity
# v2.0.5 (February 10, 2020)
- Fix: lint json (space after two dots)
- Fix: key-value object in js with the same color as json key-value
- Fix: template literal `` now is white, like as double and single apos
- Revert: color highlight recommended extensions
# v2.0.4 (February 09, 2020)
- Fix: hover popup (ctrl + hover on function/method) now is more readable
- Update: Readme
- Update: Recommended extensions
# v2.0.3 (January 24, 2020)
- Fix: comment block regex
- Fix: opacity of comment description of @param
# v2.0.2 (January 22, 2020)
- Themes: Type 0, A, B, AB
- Support: jsdoc syntax
- Update: fix misprints
# v1.1.0 (January 21, 2020)
- Support: nunjucks
- Support: markdownfix misprints
- Feature: recommended extensions
- Fix: braces template literals
# v1.0.3 (January 20, 2020)
- Fix: `module.export` from #FFFFFF to #ba8baf
- Fix: support object (ex. arr.`lenght`) now is #7cafc2
- New: `new` Operator from #FFFFFF to #dc9656, class #f7ca88 and function call #7cafc2
- New: `this` from #AC4142 (variable red) to #ac4154 (fucsia)
- New: Template Literals variable brace color `${xxx}` now is #ba8baf
# v1.0.2 (January 16, 2020)
- Fix: add more css unit
# v1.0.1 (January 16, 2020)
- Fix: `vh` and `vw` unit
# v1.0.0 (January 15, 2020)
- First Release.