Huge change in color configuration

This commit is contained in:
lupoDharkael
2017-05-26 02:08:55 +02:00
parent 3718a45394
commit 4bf24a4598
10 changed files with 175 additions and 136 deletions

View File

@@ -89,8 +89,8 @@ void Controller::initDefaults() {
settings.setValue("initiated", true);
settings.setValue("drawColor", QColor(Qt::red));
//settings.setValue("mouseVisible", false);
settings.setValue("whiteIconColor", true);
settings.setValue("uiColor", QColor(136, 0, 170));
settings.setValue("uiColor", QColor(116, 0, 150));
settings.setValue("contastUiColor", QColor(86, 0, 120));
QList<int> buttons;
for (int i = 0; i < static_cast<int>(Button::Type::last); ++i) {