Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode-drawio shows up as purple in dark mode #411

Open
scubanarc opened this issue Dec 14, 2023 · 2 comments
Open

vscode-drawio shows up as purple in dark mode #411

scubanarc opened this issue Dec 14, 2023 · 2 comments
Projects

Comments

@scubanarc
Copy link

scubanarc commented Dec 14, 2023

Using VSCode in dark mode with default options, vscode-drawio is showing up as a kind of purple color. This happens if the theme is set to either automatic or dark. The other themes work fine, but none of them are dark.

Can I edit the theme somehow to change the colors?

Here's a screenshot of the purple'ish color:

drawio-purple

@hediet hediet added this to Triage in Backlog Dec 14, 2023
@nelchael730
Copy link

Same, its gross

@scubanarc
Copy link
Author

I found a temporary fix. Edit this file:

C:\Users{username}.vscode\extensions\hediet.vscode-drawio-1.6.6\drawio\src\main\webapp\styles\dark.css

Near the top in the root selector, change the variable for panel-color to #181818, like this:

--panel-color: #181818;

You do not have to restart VSCode, just close and re-open your drawing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Backlog
  
Triage
Development

No branches or pull requests

2 participants