lightpreview: set dark theme

This commit is contained in:
Eric Wasylishen 2023-08-28 21:34:22 -06:00
parent 6c6bed2597
commit 2e0e4141cf
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ int main(int argc, char *argv[])
QCoreApplication::setApplicationName("lightpreview");
QApplication a(argc, argv);
a.setStyle("fusion");
a.setPalette(QPalette(QColor(64, 64, 64)));
QSurfaceFormat fmt;
fmt.setVersion(3, 3);