dracula / visual-studio-code

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

Unclear active tab #240

Closed gauntface closed 1 month ago

gauntface commented 1 year ago

I love the theme, however I often find myself getting confused with what the active tab is.

Screenshot from 2023-08-25 13-45-57

Changing the active tab border to the bottom makes a big different:

Screenshot from 2023-08-25 13-55-49

Changing the bg to a light color is an extra step:

Screenshot from 2023-08-25 13-56-16

Is there any interest in making this change (I'm happy to raise a PR if so)?

NOTE: If you want to test this out quickly on your vscode, you can add the following to your settings.json:

"workbench.colorCustomizations": {
  "tab.activeBorder": "#FF79C6",
  "tab.activeBackground": "#343746",
}
luxonauta commented 1 month ago

(#253)