Changed: title colour

This commit is contained in:
Ray 2020-10-22 01:47:42 +01:00
parent b7b771364a
commit 716fe09791

View File

@ -14,7 +14,7 @@ namespace AppLauncher.Windows.Forms
protected readonly Color titleBarColour = Color.FromArgb(237, 240, 247);
protected readonly Color titleBorderColour = Color.FromArgb(232, 231, 236);
protected readonly Color titleColour = Color.FromArgb(156, 158, 171);
protected readonly Color titleColour = Color.FromArgb(32, 32, 33);
protected readonly int titleBarHeight = 56;
private bool isDragging = false;