Changed default highlights color

This commit is contained in:
Sigmanor 2016-01-24 21:50:11 +02:00
parent ab1f73f55a
commit 2f7b0d9c19
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@
<value>11</value>
</setting>
<setting name="HighlightsColor" serializeAs="String">
<value>101, 51, 6</value>
<value>172, 87, 11</value>
</setting>
<setting name="AssociateCheck" serializeAs="String">
<value>False</value>

View file

@ -104,7 +104,7 @@ public int RichTextSize {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("101, 51, 6")]
[global::System.Configuration.DefaultSettingValueAttribute("172, 87, 11")]
public global::System.Drawing.Color HighlightsColor {
get {
return ((global::System.Drawing.Color)(this["HighlightsColor"]));

View file

@ -21,7 +21,7 @@
<Value Profile="(Default)">11</Value>
</Setting>
<Setting Name="HighlightsColor" Provider="PortableSettingsProvider" Type="System.Drawing.Color" Scope="User">
<Value Profile="(Default)">101, 51, 6</Value>
<Value Profile="(Default)">172, 87, 11</Value>
</Setting>
<Setting Name="AssociateCheck" Provider="PortableSettingsProvider" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>