-
Notifications
You must be signed in to change notification settings - Fork 2
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
How to remove attribute highlighting? #19
Comments
bit odd innit. Have you noticed this outside of vue files? Does this happen in any other themes when using the same file ? |
I made some tests and it just happends in vue files. I also have the highlight effect in all other themes and "Zed preview" shows the same effect. |
When it happens in other themes does it cause the same usability issue you are seeing in Dracula ? |
hmm, I feel like its a problem with the syntax highlights in zed for vue. You may want to create an issue here https://github.com/zed-industries/zed/issues. If I get time this week, I can try and find the part of theme that is doing it so you can override. We can keep this ticket open for now. |
Ok, I see the issue. In Zed each player has a theme, and in that theme each has its own cursor colour. Player 1 happens to have the same colour as that syntax highlight. I'll write a fix to make it play nicer and let you know when it's pushed. |
this is the things you can override to fix it:
However the problem is that Zed takes that initial color and messes with it for the multi layers of highlighting. So even if the colour is changed it produces this: Here's a the actual issue: Sorry, but there is no fix I can come up with that doesn't break lots of other syntax highlighting. I suggest overriding the above style until zed fixes the wider issue. |
Too bad. But thanks a lot @Otterpocket for taking a closer look into this! |
Just in case someone is running into the same issue: You can check the HEX opacity values here for example: https://drawne.com/hex-opacity/ |
The only issue you will find with that change is you will no longer be able to see the highlighting on other elements like tags/brackets and " for example. It's a bit of a Whac-A-Mole |
Hey fellow vampires,
I would like to remove or change the color of the attribute highlighting. As you can see the highlight color and the cursor color are almost the same which is disturbing my workflow.
Thanks in advance
The text was updated successfully, but these errors were encountered: