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

Text on install button has low contrast #271

Open
Utsav2931 opened this issue Sep 22, 2023 · 1 comment
Open

Text on install button has low contrast #271

Utsav2931 opened this issue Sep 22, 2023 · 1 comment

Comments

@Utsav2931
Copy link

In the vs code extension, if you have Nord enabled the install button has low contrast. The white color makes it hard to read. Instead black would look more suitable in comparison I think.

Current Install button
image

Change it to something like this?
image

@neowu
Copy link

neowu commented Nov 6, 2023

this can be temporally fixed by adding following customization in settings.json,

"workbench.colorCustomizations": {
       "extensionButton.prominentForeground": "#2E3440"
 }

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

No branches or pull requests

2 participants