zed icon indicating copy to clipboard operation
zed copied to clipboard

theme: select comment cannot see contents

Open CharlesChen0823 opened this issue 1 year ago • 6 comments

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

CharlesChen0823 avatar Dec 17 '24 07:12 CharlesChen0823

Can you provide a screenshot demonstrating this, I cannot reproduce: Screenshot 2025-01-02 at 13 37 08

notpeter avatar Jan 02 '25 18:01 notpeter

Screenshot from 2025-01-03 09-06-53

you should toggle theme with dark

CharlesChen0823 avatar Jan 03 '25 01:01 CharlesChen0823

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?

devzeth avatar Feb 21 '25 17:02 devzeth

  1. open project django
  2. theme selector: toggle
  3. select One Dark
  4. result:
macos windows
Image Image

CharlesChen0823 avatar Feb 22 '25 13:02 CharlesChen0823

Oh indeed, its hardly visible. Thank you for taking the time to check this again for us!

devzeth avatar Feb 22 '25 20:02 devzeth

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"
      }
    }
  }

Image

notpeter avatar Feb 23 '25 15:02 notpeter

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!

github-actions[bot] avatar Nov 19 '25 09:11 github-actions[bot]