Skip to content

Commit

Permalink
Use less blinding shade of red for default accent colour
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx committed Dec 12, 2021
1 parent 24862f1 commit 0022e0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sonic-06-Mod-Manager/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Sonic-06-Mod-Manager/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Profiles />
<Settings>
<Setting Name="General_AccentColour" Type="System.Drawing.Color" Scope="User">
<Value Profile="(Default)">186, 0, 0</Value>
<Value Profile="(Default)">172, 14, 14</Value>
</Setting>
<Setting Name="General_AutoColour" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
Expand Down
2 changes: 1 addition & 1 deletion Sonic-06-Mod-Manager/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<userSettings>
<Unify.Properties.Settings>
<setting name="General_AccentColour" serializeAs="String">
<value>186, 0, 0</value>
<value>172, 14, 14</value>
</setting>
<setting name="General_AutoColour" serializeAs="String">
<value>False</value>
Expand Down

0 comments on commit 0022e0d

Please sign in to comment.