Make the blue a little closer to the true default
This commit is contained in:
@@ -6,7 +6,7 @@ namespace ntfysh_client.Themes
|
||||
{
|
||||
public override Color BackgroundColor { get => Color.White; }
|
||||
public override Color ControlBackGroundColor { get => SystemColors.ControlDark; }
|
||||
public override Color ControlMouseOverBackgroundColor { get => Color.LightSkyBlue; }
|
||||
public override Color ControlMouseOverBackgroundColor { get => Color.CadetBlue; }
|
||||
public override Color ForegroundColor { get => SystemColors.WindowText; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user