Skip to content

Commit

Permalink
Changed default theme to Cutter (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
xarkes committed Oct 8, 2018
1 parent c9db0c4 commit 25e45c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

/*!
Expand Down

0 comments on commit 25e45c8

Please sign in to comment.