massage the colors a little more

This commit is contained in:
mshafer1
2024-12-21 15:27:32 -06:00
parent 1b51a06eb6
commit 582eef1b9d
2 changed files with 2 additions and 2 deletions

View File

@@ -7,6 +7,6 @@ namespace ntfysh_client.Themes
public override Color BackgroundColor { get => SystemColors.ControlDark; }
public override Color ControlBackGroundColor { get => Color.Black; }
public override Color ControlMouseOverBackgroundColor { get => Color.Silver; }
public override Color ForegroundColor { get => SystemColors.ControlLight; }
public override Color ForegroundColor { get => SystemColors.WindowText; }
}
}