Searched refs:themeBgdColor (Results 1 – 2 of 2) sorted by relevance
224 QColor themeBgdColor; member
1441 if (dp.themeBgdColor != QPalette().color(QPalette::Window)) { in applyTheme()1442 p.setColor(QPalette::Window, dp.themeBgdColor); in applyTheme()1443 p.setColor(QPalette::Base, dp.themeBgdColor); in applyTheme()1527 DkSettingsManager::param().display().themeBgdColor = c; in parseColors()