dracula / visual-studio-code

🧛🏻‍♂️ Dark theme for Visual Studio Code
https://draculatheme.com/visual-studio-code
MIT License
776 stars 208 forks source link

Some kind of indication of currently selected item #252

Closed justin-calleja closed 1 month ago

justin-calleja commented 1 month ago

When selecting items in recently viewed files, there's very little in the way of knowing which item is currently selected.

The white border.. is there to illustrate the issue. I added it with:

    "workbench.colorCustomizations": {
        "[Dracula Pro (Van Helsing)]": {
      "contrastActiveBorder": "#fff",
      }

image

Edit

Found this to work well:

"workbench.colorCustomizations": {
        "[Dracula Pro (Van Helsing)]": {
      "quickInputList.focusBackground": "#44475A75",
}
}

in global settings.json for the van helsing variation of the theme.

luxonauta commented 1 month ago

(#253)