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

The Identify sidebar is blank when theme is dark. #34

Closed
gmccullo opened this issue Jan 18, 2022 · 3 comments
Closed

The Identify sidebar is blank when theme is dark. #34

gmccullo opened this issue Jan 18, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@gmccullo
Copy link

The table is there but the text is black on black.

What it looks like:

image

With text selected:

image

@brunnerh
Copy link
Owner

I am always on a dark theme and never had this issue.
image

Can you try other dark themes and provide more information like VS Code version, extension version and theme name (if from an extension, the ID of that as well)?

@gmccullo
Copy link
Author

gmccullo commented Feb 10, 2022

I think I found the problem. I have this in my workbench.colorCustomizations settings:

        "sideBar.background": "#191919",
        "sideBar.foreground": "#aaa",

It looks like the sideBar.foreground setting is ignored by this extension (all the other sidebars look fine).

@brunnerh brunnerh added bug Something isn't working and removed awaiting feedback labels Feb 10, 2022
@brunnerh
Copy link
Owner

Should be fixed in v.0.13.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants