diff options
| author | kat <kat@vector35.com> | 2023-06-03 20:05:04 -0400 |
|---|---|---|
| committer | kat <kat@vector35.com> | 2023-06-03 20:05:09 -0400 |
| commit | 1f2faf3ed77cc413a235e8f26634c49207c87826 (patch) | |
| tree | 7c755a23a355b8e37283c42f3d954dd86f2df79d /ui/theme.h | |
| parent | facb8628099e18fc1de100f354d25c93e1358ce1 (diff) | |
Export the addJsonTheme symbol
Diffstat (limited to 'ui/theme.h')
| -rw-r--r-- | ui/theme.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -36,6 +36,12 @@ bool BINARYNINJAUIAPI isActiveThemeDark(); bool BINARYNINJAUIAPI isColorBlindMode(); void BINARYNINJAUIAPI setColorBlindMode(bool active); +/*! \warning If registering themes from a plugin, you will also need to manually swap to them + + \param json +*/ +void BINARYNINJAUIAPI addJsonTheme(const char* json); + QColor BINARYNINJAUIAPI getThemeColor(BNThemeColor color); QColor BINARYNINJAUIAPI getTokenColor(QWidget* widget, BNInstructionTextTokenType token); |
