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
To fix it globally I'd suggest to use editorSuggestWidget.selectedBackground and editorSuggestWidget.highlightForeground instead of list.activeSelectionBackground and list.highlightForeground respectively (webview.scss). Then it will work for both dark and light default themes
The text was updated successfully, but these errors were encountered:
If one uses a light theme, an active item in suggestion menu is completely unreadable.
A local hack to fix it is to put it in
settings.json
To fix it globally I'd suggest to use
editorSuggestWidget.selectedBackground
andeditorSuggestWidget.highlightForeground
instead oflist.activeSelectionBackground
andlist.highlightForeground
respectively (webview.scss). Then it will work for both dark and light default themesThe text was updated successfully, but these errors were encountered: