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

Adding Blue Moon theme #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adding Blue Moon theme #49

wants to merge 1 commit into from

Conversation

bjmarte
Copy link

@bjmarte bjmarte commented Sep 13, 2018

Adding Blue Moon theme. This is the theme that I have been using and evolving for a few years now. This theme works even better when you have Resharper installed and are using resharper color highlighting.

@msftclas
Copy link

msftclas commented Sep 13, 2018

CLA assistant check
All CLA requirements met.

Copy link
Member

@Newrad0603 Newrad0603 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see comments for requested changes

</Content>
</ItemGroup>
</Target>
<?xml version="1.0" encoding="utf-8"?>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This whole file is showing up as different. Could you correct that? I'm assuming it's newline related.

<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="BlueMoon.pkgdef">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not add theme pkgdefs. Those are binary data and are impossible to diff easily. Please use the xml format the other themes are using.

<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Themes\Bigface.xml" />
<Content Include="Themes\BlueMoon.pkgdef">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is in here twice

@@ -30,6 +30,7 @@
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="Themes\SublimeMaterialDark.pkgdef" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="Themes\Tan.pkgdef" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="ThemeRegistration.pkgdef" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="Themes\BlueMoon.pkgdef" d:VsixSubPath="Themes" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The subpath attribute is not needed

@@ -2,6 +2,10 @@
@="Bigface"
"Name"="Bigface"

[$RootKey$\Themes\{c5bcc613-2c3e-4e7b-8e9e-8659acd2e1e2}]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see your actual theme file as part of this set of changes? Did you forget to add it?

@Newrad0603
Copy link
Member

Can you please provide an overview screenshot of the theme?

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

Successfully merging this pull request may close these issues.

3 participants