diff --git a/src/utils/Configuration.h b/src/utils/Configuration.h index c448c3851..de07e0c1d 100644 --- a/src/utils/Configuration.h +++ b/src/utils/Configuration.h @@ -70,7 +70,7 @@ class Configuration : public QObject 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); /*!