From 5cedc571336c048fea60081fa4c33885e9136159 Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 31 Jul 2017 15:46:27 -0400 Subject: and i forgot about something else --- TimeHACK.Engine/WindowManager.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'TimeHACK.Engine/WindowManager.cs') diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs index da1b5dd..41d1d02 100644 --- a/TimeHACK.Engine/WindowManager.cs +++ b/TimeHACK.Engine/WindowManager.cs @@ -53,6 +53,7 @@ namespace TimeHACK.Engine // Time for the colors app.programtopbar.BackColor = SaveSystem.currentTheme.activeTitleBarColor; + app.Title.ForeColor = SaveSystem.currentTheme.activeTitleTextColor; // Convert an image to an icon (for the taskbar) if (icon != null) -- cgit v1.2.3