dracula-at-night icon indicating copy to clipboard operation
dracula-at-night copied to clipboard

Overwrite workbench.colorCustomizations

Open ciberger opened this issue 4 years ago • 1 comments

Hi!, Thanks for developing this theme 🙌

Could it be possible to somehow overwrite a colour property from settings.json? As you can see in the image the colours for the autocomplete popup are barely visible. While researching online how to fix it I figure it out that you can configure it, however it doesn't seem to work with the theme activated.

Any help is welcome 👍

image

Resources: https://stackoverflow.com/questions/43402855/vscode-customize-theme-color-for-selected-item-in-autocomplete-popup https://stackoverflow.com/questions/54503289/vscode-changing-colours-inside-intellisense https://code.visualstudio.com/api/references/theme-color#editor-widget-colors

ciberger avatar Jul 03 '20 09:07 ciberger

Hi @ciberger! So, this is interesting. I tried reproducing something similar to what you're seeing...and I couldn't. Autocomplete text matches are highlighted in cyan (which is the intention). For example:

Screenshot 2020-08-06 08 08 33

That said, the theme as it stands today doesn't configure all of the editorSuggestWidget.* color options. So this feels like it might be a difference b/t VS Code version or OS.

I'll work on a patch to try to fix this in the theme's settings. Could you share your current OS and VS Code version so I might try to reproduce on my end. For reference, I'm running:

  • VS Code 1.47.3
  • macOS 10.14.5 (Mojave)
  • 2018 MBP 15"

bceskavich avatar Aug 06 '20 12:08 bceskavich