diff --git a/Src/TitleBarHelper.cpp b/Src/TitleBarHelper.cpp index 4d47fc070a6..0c4715f4ac2 100644 --- a/Src/TitleBarHelper.cpp +++ b/Src/TitleBarHelper.cpp @@ -314,8 +314,8 @@ COLORREF CTitleBarHelper::GetTextColor(bool bActive) { const COLORREF clr = GetBackColor(false); if (GetRValue(clr) < 128 && GetGValue(clr) < 128 && GetBValue(clr) < 128) - return RGB(245, 245, 245); - return RGB(10, 10, 10); + return RGB(191, 191, 191); + return RGB(64, 64, 64); } const COLORREF czclr = CAccentColor::Get().GetAccentColor(); if (czclr != CLR_NONE)