GH-378 add basic custom theme support
Files you can customize are created in themes/custom/
This commit is contained in:
@ -47,3 +47,13 @@ QString SystemTheme::appStyleSheet()
|
||||
{
|
||||
return QString();
|
||||
}
|
||||
|
||||
double SystemTheme::fadeAmount()
|
||||
{
|
||||
return 0.5;
|
||||
}
|
||||
|
||||
QColor SystemTheme::fadeColor()
|
||||
{
|
||||
return QColor(128,128,128);
|
||||
}
|
||||
|
Reference in New Issue
Block a user