theme: select comment cannot see contents
Check for existing issues
- [X] Completed
Describe the bug / provide steps to reproduce it
one dark theme, select comment for language like: python, c etc. cannot see select contents.
Environment
zed: v0.167.0 (Zed Dev 28087934d11ac2dba244151d6a2a7039321c7900) OS: Linux Wayland ubuntu 22.04 Memory: 7.4 GiB Architecture: x86_64 GPU: Intel(R) Xe Graphics (TGL GT2) || Intel open-source Mesa driver || Mesa 24.0.5 - kisak-mesa PPA
If applicable, add screenshots or screencasts of the incorrect state / behavior
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
Can you provide a screenshot demonstrating this, I cannot reproduce:
you should toggle theme with dark
Hi @CharlesChen0823 I've tried reproducing this issue with Zed Prev 175.1, but unsuccessfully. Can you give it another try? I've also tried keeping the selection and toggling dark / light mode on my mac, still the color is showing right. Can you maybe show a quick video of what you do / how to reproduce?
- open project
django theme selector: toggle- select
One Dark - result:
| macos | windows |
|---|---|
Oh indeed, its hardly visible. Thank you for taking the time to check this again for us!
I realized I had a workaround in my local settings to make comments yellow which is why I couldn't reproduce. Lol
"experimental.theme_overrides": {
"syntax": {
"comment": {
"color": "#D4C822"
}
}
}
Hi there! 👋 We're working to clean up our issue tracker by closing older bugs that might not be relevant anymore. If you are able to reproduce this issue in the latest version of Zed, please let us know by commenting on this issue, and it will be kept open. If you can't reproduce it, feel free to close the issue yourself. Otherwise, it will close automatically in 14 days. Thanks for your help!