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

Find all references popup window is hard to see #81

Closed
bn4z opened this issue Jul 31, 2018 · 2 comments · Fixed by #253
Closed

Find all references popup window is hard to see #81

bn4z opened this issue Jul 31, 2018 · 2 comments · Fixed by #253

Comments

@bn4z
Copy link

bn4z commented Jul 31, 2018

When opening the Find All References (Shift F12 shortcut) popup it's difficult to see the limit between the popup window and the code behind it. On the screenshot below the limit is marked with the red dashed line.

image

I guess this is not specific to this popup. Any popup should have a different color. I suppose, a slightly brighter background would do the job. Or maybe a pure dark #000000

image

This is Javascript but I believe this applies to any language.

@ghost
Copy link

ghost commented Aug 18, 2018

I second this. While the popup does follow Dracula's color scheme, it is incredibly hard to differentiate.

@Delapouite
Copy link

Delapouite commented Sep 20, 2018

I agree about the lack of contrast. Here are the tweaks I've added to my User Settings:

"workbench.colorCustomizations": {
    "[Dracula]": {
        "peekView.border": "#BD93F9",
        "peekViewEditor.background": "#21222C",
        "peekViewResult.background": "#191A21",
        "editorHoverWidget.border": "#BD93F9",
        "editorHoverWidget.background": "#21222C"
    }
},

https://code.visualstudio.com/docs/getstarted/theme-color-reference

@luxonauta luxonauta linked a pull request Jul 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants