mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Changed default theme to Cutter (#780)
This commit is contained in:
parent
c9db0c47f6
commit
25e45c8ca2
@ -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);
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user