Releases: dracula/visual-studio-code
Releases Β· dracula/visual-studio-code
1.15.1
1.15.0
Minor
- Switch from highlighting the entire current line to coloring only the border.
Patch
- General overhaul/improvement of new UI scopes.
Note: If you prefer to have the entire current line highlighted like it was previously, you can enable it by adding the following in your User Settings:
{
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#44475A"
}
}
1.14.0
1.13.1
1.13.0
1.12.0
1.11.1
1.11.0
Minor
- Adjust tab colors to make active/inactive tabs more identifiable.
- Darken the status bar to match the tab bar.
Thanks @DanielRamosAcosta for the contribution!
1.10.0
1.9.1
Patch
- Fix peekview colorization.
- Fix debug panel background color. Closes #19 (HT: @23doors)
- Add contrast to the Activity Bar. (HT: @rajasimon)
- Adjust find match highlight to be differentiable from selection. Closes #18 (HT: @nguyenhuumy)
- Adjust active/inactive tab colors.
- Add requirement for VSCode engine
^1.11.0
in package.json