In Beta 9 we have added 2 Plug-In functions for style support:
C++ BOOL SupportsStyles
Delphi function SupportsStyles: Bool
Indicates if the PlugIn supports color styles (themes). If this function is not declared or returns false, the dialogs of the PlugIn will be displayed in default Windows light style.
C++ void IDE_GetCurrentStyle(BOOL *DarkMode, char **StyleName)
Delphi procedure IDE_GetCurrentStyle(var DarkMode: Bool; var StyleName: PAnsiChar)
Indicates if the IDE is using dark color mode, and which style is used ('Sky', 'Glow', 'Midnight Express Yellow', and so on).