dracula / visual-studio-code

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

Radio buttons look confusing #197

Closed vanmash closed 2 months ago

vanmash commented 3 years ago

Radio buttons look confusing in Jira and Bitbucket (Atlassian Labs) v2.9.1 extension. on button is grey and off is white.

For comparison GitHub Theme v4.1.1

Could you take a look?

Dracula Official v2.24.0 on1 off1

GitHub Theme v4.1.1 (for comparison)

on2a off2a

Delapouite commented 1 year ago

I agree that these radio buttons are disturbing. It feels like they are "inverted", because when they are on, they are dimmed.

By inspecting how they are rendered with VSCode (Ctrl+Shift+I), it appears that the current "checked color is :

MuiSwitch-colorPrimary.Mui-checked {
    color: #44475a;
}

Don't know yet what is the correct way to fix this, but I'll try to come up with something.