Qt: Even more fixes to the Cobalt Theme

This commit is contained in:
KamFretoZ 2023-04-23 22:17:25 +07:00 committed by lightningterror
parent 128a79e355
commit f26f8cafa9
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ void MainWindow::setStyleFromSettings()
// Alternative dark theme.
qApp->setStyle(QStyleFactory::create("Fusion"));
const QColor gray(192, 192, 192);
const QColor gray(150, 150, 150);
const QColor royalBlue(29, 41, 81);
const QColor darkishBlue(17, 30, 108);
const QColor highlight(36, 93, 218);