mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Changed default highlights color
This commit is contained in:
parent
ab1f73f55a
commit
2f7b0d9c19
3 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
2
Crypto Notepad/Properties/Settings.Designer.cs
generated
2
Crypto Notepad/Properties/Settings.Designer.cs
generated
|
|
@ -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"]));
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue