isDarkTheme getter

This commit is contained in:
2024-01-18 18:06:40 +03:00
parent 071a73f5ba
commit a93db66d78

View File

@@ -110,6 +110,7 @@ public:
void registerAutoCompletitionClass(int id, ACClassType ac_class, const QString & name, const QIcon & icon = QIcon());
bool wordCompletitionEnabled() const { return word_complete; }
bool isDarkTheme() const { return is_dark_theme; }
static QBrush invertedBrush(const QBrush & b);
static QTextCharFormat invertedFormat(const QTextCharFormat & f);