-
Notifications
You must be signed in to change notification settings - Fork 86
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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"?> |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
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" /> |
There was a problem hiding this comment.
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}] |
There was a problem hiding this comment.
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?
Can you please provide an overview screenshot of the theme? |
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.