diff --git a/src/gui/infoclock.cpp b/src/gui/infoclock.cpp index e7d3d5aee..e7d690546 100644 --- a/src/gui/infoclock.cpp +++ b/src/gui/infoclock.cpp @@ -61,6 +61,10 @@ void CInfoClock::Init() oldSize = g_settings.infoClockFontSize; setClockFontSize(g_settings.infoClockFontSize); } + + //use current theme colors + syncSysColors(); + int x_old = x, y_old = y, width_old = width, height_old = height; CVolumeHelper::getInstance()->refresh(cl_font); CVolumeHelper::getInstance()->getInfoClockDimensions(&x, &y, &width, &height);