mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-08-26 06:21:55 +00:00
use deep dark background
This commit is contained in:
parent
abf76c6cf6
commit
21a3230ab7
@ -96,7 +96,7 @@ void setDarkMode(QApplication &app)
|
||||
palette.setColor(QPalette::Text, QColor(210, 210, 210));
|
||||
palette.setColor(QPalette::ToolTipBase, QColor(210, 210, 210));
|
||||
palette.setColor(QPalette::ToolTipText, QColor(30, 30, 30));
|
||||
palette.setColor(QPalette::Window, QColor(30, 30, 30));
|
||||
palette.setColor(QPalette::Window, QColor(0, 0, 0));
|
||||
palette.setColor(QPalette::WindowText, QColor(210, 210, 210));
|
||||
|
||||
app.setPalette(palette);
|
||||
|
Loading…
x
Reference in New Issue
Block a user