VisualChatGPTStudio icon indicating copy to clipboard operation
VisualChatGPTStudio copied to clipboard

Text editor background theme that follows Visual Studio theme (light or dark)

Open jeffdapaz opened this issue 2 years ago • 0 comments

After adding highlighting to the text editors, I implemented the dark theme in the editor boxes following the VS theme, but the text colors didn't show up very well in the dark theme.

Need to find a way to resolve so be possible add the dark theme.

Here how to get VS theme:

VSColorTheme.ThemeChanged += VSColorTheme_ThemeChanged;

var defaultBackground = VSColorTheme.GetThemedColor(EnvironmentColors.ToolWindowBackgroundColorKey); var defaultForeground = VSColorTheme.GetThemedColor(EnvironmentColors.ToolWindowTextColorKey);

jeffdapaz avatar Mar 16 '23 01:03 jeffdapaz