diff --git a/src/MatchMargin/MatchMargin.csproj b/src/MatchMargin/MatchMargin.csproj
index 686cd35..9b2b7c4 100644
--- a/src/MatchMargin/MatchMargin.csproj
+++ b/src/MatchMargin/MatchMargin.csproj
@@ -1,109 +1,109 @@
-
-
-
-
-
- {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- {4133D566-F45A-4E14-94E1-305E244A8671}
- Library
- Properties
- Microsoft.VisualStudio.PowerTools.MatchMargin
- Microsoft.VisualStudio.PowerTools.MatchMargin
- v4.5.2
- false
- 14.0
-
-
-
-
- 4.0
-
-
-
+
+
+
+
+
+ {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+ {4133D566-F45A-4E14-94E1-305E244A8671}
+ Library
+ Properties
+ Microsoft.VisualStudio.PowerTools.MatchMargin
+ Microsoft.VisualStudio.PowerTools.MatchMargin
+ v4.7.2
+ false
+ 14.0
+
+
+
+
+ 4.0
+
+
+
- true
- true
- false
- false
- true
-
-
-
- False
- false
-
-
- False
- false
-
-
- False
- false
-
-
- False
- false
-
-
- False
- false
-
-
- False
- false
-
-
- False
- false
-
-
- False
- false
-
-
- False
- false
-
-
- False
- false
-
-
- False
- false
-
-
- False
- false
-
-
-
-
-
-
-
-
- true
- Always
-
-
- Designer
- ResXFileCodeGenerator
- Strings.Designer.cs
-
-
- True
- True
- Strings.resx
-
-
-
-
- Designer
-
-
-
-
-
+ and if we're being built standalone (not as a part of the Pro Power Tools package). -->
+ true
+ true
+ false
+ false
+ true
+
+
+
+ False
+ false
+
+
+ False
+ false
+
+
+ False
+ false
+
+
+ False
+ false
+
+
+ False
+ false
+
+
+ False
+ false
+
+
+ False
+ false
+
+
+ False
+ false
+
+
+ False
+ false
+
+
+ False
+ false
+
+
+ False
+ false
+
+
+ False
+ false
+
+
+
+
+
+
+
+
+ true
+ Always
+
+
+ Designer
+ ResXFileCodeGenerator
+ Strings.Designer.cs
+
+
+ True
+ True
+ Strings.resx
+
+
+
+
+ Designer
+
+
+
+
+
\ No newline at end of file
diff --git a/src/MatchMargin/MatchMarginElement.cs b/src/MatchMargin/MatchMarginElement.cs
index 834bc90..3a5205c 100644
--- a/src/MatchMargin/MatchMarginElement.cs
+++ b/src/MatchMargin/MatchMarginElement.cs
@@ -49,7 +49,7 @@ public MatchColorFormat()
{
this.DisplayName = Strings.MatchColor;
this.ForegroundColor = Color.FromRgb(147, 112, 219); //Color of the margin mark
- this.BackgroundColor = Color.FromRgb(228, 219, 246); //Color of the adornment
+ this.BackgroundColor = Color.FromRgb(103, 109, 91); //Color of the adornment. Old: (228, 219, 246);
}
}
diff --git a/src/MatchMargin/Strings.Designer.cs b/src/MatchMargin/Strings.Designer.cs
index 8e6faed..769e398 100644
Binary files a/src/MatchMargin/Strings.Designer.cs and b/src/MatchMargin/Strings.Designer.cs differ
diff --git a/src/MatchMargin/source.extension.vsixmanifest b/src/MatchMargin/source.extension.vsixmanifest
index e139d9f..177167f 100644
--- a/src/MatchMargin/source.extension.vsixmanifest
+++ b/src/MatchMargin/source.extension.vsixmanifest
@@ -1,17 +1,20 @@
-
-
- Match Margin
- This extension draws matchs that match the word under the caret in the scroll bar and in the editor.
-
-
-
-
-
-
-
-
-
-
+
+
+ Match Margin
+ This extension draws matchs that match the word under the caret in the scroll bar and in the editor.
+
+
+
+
+
+
+
+
+
+
+
+
+