You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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:
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 👍
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
The text was updated successfully, but these errors were encountered: