diff --git a/ntfysh_client/Themes/DefaultTheme.cs b/ntfysh_client/Themes/DefaultTheme.cs index b435a16..7c3ce2d 100644 --- a/ntfysh_client/Themes/DefaultTheme.cs +++ b/ntfysh_client/Themes/DefaultTheme.cs @@ -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; } } }