dracula / dracula/visual-studio-code
[Bug] Multiple selections aren't rendered correctly
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 880
- Forks
- 223
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 1
Description
Default dark theme config:
```json
{
"workbench.colorCustomizations": {
"editor.selectionBackground": "#f008"
}
}
```

Dracula config:
```json
{
"workbench.colorCustomizations": {
"[Dracula]": {
"editor.selectionBackground": "#bd93f980"
}
}
}
```

Contributor guide
Assessment
This issue has not been assessed yet.