diff --git a/ARKBreedingStats/App.config b/ARKBreedingStats/App.config
index 3a0b56eb..53b9a0a8 100644
--- a/ARKBreedingStats/App.config
+++ b/ARKBreedingStats/App.config
@@ -312,9 +312,6 @@
False
-
- False
-
@@ -408,18 +405,6 @@
False
-
- 0
-
-
- 120
-
-
- 240
-
-
- 320
-
False
diff --git a/ARKBreedingStats/Pedigree/PedigreeCreature.cs b/ARKBreedingStats/Pedigree/PedigreeCreature.cs
index f56c8393..47b3fe16 100644
--- a/ARKBreedingStats/Pedigree/PedigreeCreature.cs
+++ b/ARKBreedingStats/Pedigree/PedigreeCreature.cs
@@ -214,7 +214,7 @@ public Creature Creature
_labels[s].Text = _creature.levelsWild[si].ToString();
if (Properties.Settings.Default.Highlight255Level && _creature.levelsWild[si] > 253) // 255 is max, 254 is the highest that allows dom leveling
_labels[s].BackColor = Utils.AdjustColorLight(_creature.levelsWild[si] == 254 ? Utils.Level254 : Utils.Level255, _creature.IsTopStat(si) ? 0.2 : 0.7);
- else if (Properties.Settings.Default.HighlightEvenOdd)
+ else
_labels[s].BackColor = Utils.AdjustColorLight(levelColorOptions.StatOptions[si].GetLevelColor(_creature.levelsWild[si]),
_creature.IsTopStat(si) ? 0.2 : 0.7);
diff --git a/ARKBreedingStats/Properties/AssemblyInfo.cs b/ARKBreedingStats/Properties/AssemblyInfo.cs
index 1b802758..5fc87d4f 100644
--- a/ARKBreedingStats/Properties/AssemblyInfo.cs
+++ b/ARKBreedingStats/Properties/AssemblyInfo.cs
@@ -30,6 +30,6 @@
// Revision
//
[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("0.63.1.2")]
+[assembly: AssemblyFileVersion("0.63.1.3")]
[assembly: NeutralResourcesLanguage("en")]
diff --git a/ARKBreedingStats/Properties/Settings.Designer.cs b/ARKBreedingStats/Properties/Settings.Designer.cs
index b5081cdd..1223eedf 100644
--- a/ARKBreedingStats/Properties/Settings.Designer.cs
+++ b/ARKBreedingStats/Properties/Settings.Designer.cs
@@ -12,7 +12,7 @@ namespace ARKBreedingStats.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.11.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -1399,18 +1399,6 @@ public bool Highlight255Level {
}
}
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool HighlightEvenOdd {
- get {
- return ((bool)(this["HighlightEvenOdd"]));
- }
- set {
- this["HighlightEvenOdd"] = value;
- }
- }
-
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
@@ -1838,54 +1826,6 @@ public bool InfoGraphicShowRegionNamesIfNoImage {
}
}
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("0")]
- public int ChartHueEvenMin {
- get {
- return ((int)(this["ChartHueEvenMin"]));
- }
- set {
- this["ChartHueEvenMin"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("120")]
- public int ChartHueEvenMax {
- get {
- return ((int)(this["ChartHueEvenMax"]));
- }
- set {
- this["ChartHueEvenMax"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("240")]
- public int ChartHueOddMin {
- get {
- return ((int)(this["ChartHueOddMin"]));
- }
- set {
- this["ChartHueOddMin"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("320")]
- public int ChartHueOddMax {
- get {
- return ((int)(this["ChartHueOddMax"]));
- }
- set {
- this["ChartHueOddMax"] = value;
- }
- }
-
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
diff --git a/ARKBreedingStats/Properties/Settings.settings b/ARKBreedingStats/Properties/Settings.settings
index 230caaf6..07981f54 100644
--- a/ARKBreedingStats/Properties/Settings.settings
+++ b/ARKBreedingStats/Properties/Settings.settings
@@ -350,9 +350,6 @@
False
-
- False
-
@@ -461,18 +458,6 @@
False
-
- 0
-
-
- 120
-
-
- 240
-
-
- 320
-
False
diff --git a/ARKBreedingStats/_manifest.json b/ARKBreedingStats/_manifest.json
index ed6885d3..b5c5274c 100644
--- a/ARKBreedingStats/_manifest.json
+++ b/ARKBreedingStats/_manifest.json
@@ -4,7 +4,7 @@
"ARK Smart Breeding": {
"Id": "ARK Smart Breeding",
"Category": "main",
- "version": "0.63.1.2"
+ "version": "0.63.1.3"
},
"SpeciesColorImages": {
"Id": "SpeciesColorImages",