Theming for RPF Explorer

This commit is contained in:
dexyfex
2018-03-04 03:09:39 +11:00
Unverified
parent a24ef35611
commit 2e75c875bd
10 changed files with 279 additions and 90 deletions
+12
View File
@@ -722,5 +722,17 @@ namespace CodeWalker.Properties {
this["ProjectWindowTheme"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Windows")]
public string ExplorerWindowTheme {
get {
return ((string)(this["ExplorerWindowTheme"]));
}
set {
this["ExplorerWindowTheme"] = value;
}
}
}
}
+3
View File
@@ -189,5 +189,8 @@
<Setting Name="ProjectWindowTheme" Type="System.String" Scope="User">
<Value Profile="(Default)">Blue</Value>
</Setting>
<Setting Name="ExplorerWindowTheme" Type="System.String" Scope="User">
<Value Profile="(Default)">Windows</Value>
</Setting>
</Settings>
</SettingsFile>