mirror of https://github.com/PCSX2/pcsx2.git
Qt: Even more fixes to the Cobalt Theme
This commit is contained in:
parent
128a79e355
commit
f26f8cafa9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue