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

Feature: change color of messages #985

Open
FissoreD opened this issue Jan 16, 2025 · 4 comments
Open

Feature: change color of messages #985

FissoreD opened this issue Jan 16, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@FissoreD
Copy link
Contributor

Hello,
not sure if the option already exists, but I use the light theme in vscode and
I find it difficult to read the messages (shown in yellow).
Is it possible to change this color ?

Here is a screenshot of what I'm seeing.
Image

@4ever2
Copy link
Contributor

4ever2 commented Jan 16, 2025

You can overwrite the colors that the extension uses by adding the following to your settings:

"workbench.colorCustomizations": {
    "coq.warningMessage":"#ffff00"
}

The names and default values of the colors can be found here

"colors": [

@FissoreD
Copy link
Contributor Author

Oh, too good.
Thank you!

@TheoWinterhalter
Copy link

Maybe the issue should stay open if it happens with every/many light theme?

@gares gares reopened this Jan 16, 2025
@rtetley
Copy link
Collaborator

rtetley commented Jan 17, 2025

I will tweak the color them. Pretty sure I can set up a dark/light thing.

@rtetley rtetley added the bug Something isn't working label Jan 17, 2025
@rtetley rtetley added this to the Next release (v2.2.4) milestone Jan 20, 2025
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

5 participants