From 25e45c8ca29b40f2c0818ca62a6051382b6e1258 Mon Sep 17 00:00:00 2001 From: xarkes Date: Mon, 8 Oct 2018 09:20:46 +0200 Subject: [PATCH] Changed default theme to Cutter (#780) --- src/utils/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Configuration.h b/src/utils/Configuration.h index c448c385..de07e0c1 100644 --- a/src/utils/Configuration.h +++ b/src/utils/Configuration.h @@ -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); /*!