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 debug console has a clashing hover color #36

Open
stevenpollack opened this issue Mar 29, 2022 · 3 comments
Open

the debug console has a clashing hover color #36

stevenpollack opened this issue Mar 29, 2022 · 3 comments
Labels

Comments

@stevenpollack
Copy link

First, I want it to be known that this is a BEAUTIFUL theme, and I love using it. However, there's a slight usability issue with the background color when you hover over items in the debug console:
image

I've found that with the simple adjustment

"workbench.colorCustomizations": {
        "list.hoverBackground": "#8181813f"
    },

you get:
image

Which I hope you'll agree is a fair bit easier on the eyes...

@tinacious
Copy link
Owner

Thanks for the report! Yes that's definitely a problem. If you'd like to fix it, please feel free to provide a PR, but please use a colour that exists in the project already to ensure things still match. Thanks!

@tinacious tinacious added the bug label Apr 1, 2022
@stevenpollack
Copy link
Author

stevenpollack commented Apr 1, 2022 via email

@stevenpollack
Copy link
Author

A few silly questions: 1. Where can I learn more about color themes? (I've never made or edited one) 2. Do we have an official color palette somewhere (beyond the one in the readme)?

you can ignore the above message. I've opened a PR for this.

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

No branches or pull requests

2 participants