Releases: dracula/visual-studio-code
Releases Β· dracula/visual-studio-code
2.3.0
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
2.1.3
2.1.2
2.1.1
2.1.0
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
2.0.0
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
andstatusBarItem.prominentHoverBackground
. (#42)
1.17.0
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.