Skip to content

Releases: dracula/visual-studio-code

2.3.0

17 Sep 03:04
Compare
Choose a tag to compare

Minor

  • Add theme support for a few newly implemented scopes (tab.activeBorder, editorOverviewRuler, etc.)
  • Change current find match highlight to orange so it stands out a tad more

Patch

  • Fix small bug that caused notification button highlight color to be bright red

2.2.0

12 Aug 16:25
Compare
Choose a tag to compare

Minor

  • Improve colors of info, warning, and error dialogs. #46
  • Switch terminal background color back to default editor background color in an attempt to make contrast better. #49

Patch

  • Fix red default colors from appearing on insiders edition. #50, #48

2.1.3

26 Jun 20:01
Compare
Choose a tag to compare

Patch

  • Improve dracula-soft theme by heavily desaturating the bright/intense colors of the theme while leaving the darker/softer colors as-is.

Notes: Mac users should have a better experience with this one. Feel free to leave any critiques/comments on #30 on github and we'll go from there.

2.1.2

15 Jun 18:00
Compare
Choose a tag to compare

Patch

  • Fix broken OCaml type highlighting. #44

Credits

Huge thanks to @hackwaly for his help on this!

2.1.1

09 Jun 18:01
Compare
Choose a tag to compare

Patch

  • Fix extension install/update button color. #43

2.1.0

09 Jun 04:02
Compare
Choose a tag to compare

Minor

  • Apply dracula theme to (nearly) all the newly released UI scopes that became available in VSCode 1.13.0.
  • Add support for Haskell and (some) other Standard ML languages.

Patch

  • [Make]: Fix incorrect color for prerequisites.
  • [CSS]: Fix incorrect comma colors.

Notes

Because highlight color of bracket matches seems to be a taste that differs broadly from person-to-person, built-in support was not added for it.

If you'd prefer your bracket matches highlighted with a noticable color, add the following to your User Settings (adjusting the colors to your own taste):

{
    "workbench.colorCustomizations": {
        "editorBracketMatch.background": "#ff79c680",
        "editorBracketMatch.border": "#ff00ff"
    }
}

2.0.1

28 May 23:38
Compare
Choose a tag to compare

Patch

  • Fix curly braces for embedded JS in .jsx and .tsx files.

2.0.0

28 May 21:53
Compare
Choose a tag to compare

The theme has been completely overhauled in accordance with the new Dracula Theme Specification RFC.

All languages provided by VSCode as well as GraphQL and TOML were scrutinized and have been confirmed to be spec compliant with a few exceptions (see known_issues.md in this repo for details). (#38)

Please leave your comments in the RFC issue thread if you have any suggestions.

Minor

  • Add UI color for statusBarItem.prominentBackground and statusBarItem.prominentHoverBackground. (#42)

1.17.0

13 May 19:10
Compare
Choose a tag to compare

Minor

  • Apply theme to notification panel. #35
  • Apply theme to buttons.

Patch

  • Make colorization of python raw string literals more consistent. #36
  • Switch from yellow to green for current highlight match to improve contrast over purple tokens. #33

Chore

  • Add contributing guidelines.
  • Add helper script to quickly symlink and unsymlink the theme to the extensions folder for development.

1.16.0

10 May 18:56
Compare
Choose a tag to compare

Minor

  • Add Dracula Soft theme variant (beta - comments/critiques welcomed). #30

Patch

  • Lighten ANSI color0 and color8 so that they're more legible in the terminal. #32