toast notifications(+) #17

Merged
mshafer1 merged 41 commits from dev/toast_notifications_plus into master 2025-02-11 04:53:56 -05:00
10 changed files with 780 additions and 14 deletions
Showing only changes of commit 2add8ad2d6 - Show all commits

View File

@@ -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; }
}
}