mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-28 16:20:34 +01:00
optional dark style
This commit is contained in:
parent
3ca0cb436f
commit
f460e38336
@ -120,7 +120,7 @@ void SkinFactory::loadSkinFromData(const Skin& skin) {
|
||||
//
|
||||
|
||||
fusion_palette.setColor(QPalette::ColorGroup::All, QPalette::ColorRole::ToolTipBase, clr_bg);
|
||||
fusion_palette.setColor(QPalette::ColorGroup::All, QPalette::ColorRole::ToolTipText, clr_altbg);
|
||||
fusion_palette.setColor(QPalette::ColorGroup::All, QPalette::ColorRole::ToolTipText, clr_fg);
|
||||
|
||||
QToolTip::setPalette(fusion_palette);
|
||||
qApp->setPalette(fusion_palette);
|
||||
|
Loading…
x
Reference in New Issue
Block a user