diff --git a/Eve-O-Preview/Configuration/AppConfig.cs b/Eve-O-Preview/Configuration/AppConfig.cs index 8ea1e02..150bb52 100644 --- a/Eve-O-Preview/Configuration/AppConfig.cs +++ b/Eve-O-Preview/Configuration/AppConfig.cs @@ -32,8 +32,8 @@ namespace EveOPreview.Configuration this.ShowThumbnailOverlays = true; this.ShowThumbnailFrames = true; - this.EnableActiveClientHighlight = true; - this.ActiveClientHighlightColor = Color.GreenYellow; + this.EnableActiveClientHighlight = false; + this.ActiveClientHighlightColor = Color.Yellow; this.PerClientLayout = new Dictionary>(); this.FlatLayout = new Dictionary();