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
Hi,
Sorry for the long waiting, but I still didn't find a solution:(
In AbpHelperWindowControl.xaml, I did set the colors to fit the theme you select:
Background="{DynamicResource VsBrush.Window}"
Foreground="{DynamicResource VsBrush.WindowText}"
The code above are generated by VS2015 toolwindow extension template.
But In order to support both VS2013/VS2015, I referenced Microsoft.VisualStudio.Shell.12.0.dll, which is from VS2013(instead of Shell.14 from VS2015), and the code with colors are broken.
Hey there,
great tool - I just started with Abp, but already using your Helper :)
Could you please use the System configured Background Color? I use a dark theme in VS and your Helper View is sticking out :)
The text was updated successfully, but these errors were encountered: