Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
set darkskin disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
unitycoder committed Nov 27, 2018
1 parent fc22f90 commit bcefe97
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion UnityLauncher/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<value>False</value>
</setting>
<setting name="useDarkSkin" serializeAs="String">
<value>True</value>
<value>False</value>
</setting>
</UnityLauncher.Properties.Settings>
</userSettings>
Expand Down
2 changes: 1 addition & 1 deletion UnityLauncher/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void LoadSettings()
var darkBg = Color.FromArgb(32, 37, 41);
var darkRaised = Color.FromArgb(50, 56, 61);
var darkBright = Color.FromArgb(161, 180, 196);


this.BackColor = darkBg;
tabProjects.BackColor = darkRaised;
Expand Down
4 changes: 2 additions & 2 deletions UnityLauncher/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 UnityLauncher/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="useDarkSkin" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>

0 comments on commit bcefe97

Please sign in to comment.