visual-studio-code icon indicating copy to clipboard operation
visual-studio-code copied to clipboard

Unable to identify whether an element is selected or not

Open byyxx128 opened this issue 7 years ago • 9 comments

See the GIF directly. bug Dracula uses the same background color for a word which is selected or which is just highlighted.

byyxx128 avatar Feb 10 '19 14:02 byyxx128

This has been reported several times in the past. It's particularly difficult to handle with VSCode due to how VSCode layers highlights in the editor.

Ping @DanielRamosAcosta --- Any thoughts here?

dsifford avatar Feb 10 '19 16:02 dsifford

I'll take a look later today 😄

DanielRamosAcosta avatar Feb 11 '19 09:02 DanielRamosAcosta

Hey @dsifford, can I have a quick way to chat with you? maybe Telegram/Slack or something

DanielRamosAcosta avatar Feb 11 '19 22:02 DanielRamosAcosta

https://draculatheme.slack.com

dsifford avatar Feb 11 '19 22:02 dsifford

It seems like I need an invitation or something, could you invite me please? [email protected]

DanielRamosAcosta avatar Feb 11 '19 22:02 DanielRamosAcosta

There's a link in the readme here you can click to join.

dsifford avatar Feb 11 '19 22:02 dsifford

I'm having the same issue :pensive:

j-barnes avatar May 22 '19 22:05 j-barnes

@dsifford Good news! I have found the corresponding values! editor.selectionBackground editor.lineHighlightBackground list.activeSelectionBackground list.focusBackground list.hoverBackground Please check and modify these keys.

byyxx128 avatar Oct 15 '19 05:10 byyxx128

@byyxx128 This problem is trickier than just identifying the scope names..

See here for more info: https://github.com/dracula/visual-studio-code/issues/61#issuecomment-346242336

dsifford avatar Nov 03 '19 00:11 dsifford