ABPHelper icon indicating copy to clipboard operation
ABPHelper copied to clipboard

Background Color

Open ddNils opened this issue 8 years ago • 2 comments

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 :)

image

ddNils avatar Sep 15 '15 09:09 ddNils

+1. I know its just eye candy, but it caught my eye too.

jaq316 avatar Sep 16 '15 15:09 jaq316

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.

I tried the solution from http://stackoverflow.com/questions/18913208/colors-in-visual-studio-extension, but it didn't work for me.

Any help is very thankful!

wakuflair avatar Sep 21 '15 09:09 wakuflair