Changed default theme to Cutter (#780)

This commit is contained in:
xarkes 2018-10-08 09:20:46 +02:00 committed by GitHub
parent c9db0c47f6
commit 25e45c8ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ public:
s.setValue("graph.maxcols", ch);
}
QString getCurrentTheme() const { return s.value("theme", "solarized").toString(); }
QString getCurrentTheme() const { return s.value("theme", "cutter").toString(); }
void setColorTheme(QString theme);
/*!