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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Is there a way for an extension to detect DarkMode theme for Visual Studio 2022? We have implemented ToolTips for our extension and we can't find a way to style the ToolTips according to the VS display theme.
#40
Closed
Lazareena opened this issue
Oct 17, 2021
· 2 comments
I think you can use IVsColorThemeService for that.
But in general a better approach is to either use predefined VS colors (such as EnvironmentColors or ThemedDialogColors:
No description provided.
The text was updated successfully, but these errors were encountered: