dracula / dracula/visual-studio-code

[Bug] Multiple selections aren't rendered correctly

Open
#184 5 comments 0 reactions 0 assignees View on GitHub
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"
}
}
```

![2021-07-04 10_07_42](https://user-images.githubusercontent.com/28700378/124370979-b5a7e980-dcaf-11eb-8f83-8d9f633b8f3b.gif)
Dracula config:

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

![2021-07-04 10_11_25](https://user-images.githubusercontent.com/28700378/124371018-4b437900-dcb0-11eb-87d9-a17d8343293d.gif)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.