Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background Color #1

Open
ddNils opened this issue Sep 15, 2015 · 2 comments
Open

Background Color #1

ddNils opened this issue Sep 15, 2015 · 2 comments

Comments

@ddNils
Copy link

ddNils commented Sep 15, 2015

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

@jaq316
Copy link

jaq316 commented Sep 16, 2015

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

@wakuflair
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants