summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/theme.h b/ui/theme.h
index 5b1e5253..51d6491b 100644
--- a/ui/theme.h
+++ b/ui/theme.h
@@ -25,6 +25,8 @@ std::vector<QString> BINARYNINJAUIAPI getAvailableThemes();
QString BINARYNINJAUIAPI getActiveTheme();
void BINARYNINJAUIAPI setActiveTheme(const QString& name, bool saveToSettings = true);
+bool BINARYNINJAUIAPI isActiveThemeDark();
+
bool BINARYNINJAUIAPI isColorBlindMode();
void BINARYNINJAUIAPI setColorBlindMode(bool active);