The method this addon uses to style its config UI (when you enter /simplelog to bring up the imgui menu) results in its style being forcibly applied to all other addon config windows that the user might use later in their session. I believe this is due to the use of Styles in the UI file, as removing all references to setting it and pushing/popping style colors fixed the issue and resulted in simplelog's config window adhering to the standard color scheme the rest of Ashita's addons use.
I'm sure there's a way to preserve the unique style of the addon's config windows as well, but I did not care to investigate imgui's functions and handling enough to discover it.
The method this addon uses to style its config UI (when you enter /simplelog to bring up the imgui menu) results in its style being forcibly applied to all other addon config windows that the user might use later in their session. I believe this is due to the use of Styles in the UI file, as removing all references to setting it and pushing/popping style colors fixed the issue and resulted in simplelog's config window adhering to the standard color scheme the rest of Ashita's addons use.
I'm sure there's a way to preserve the unique style of the addon's config windows as well, but I did not care to investigate imgui's functions and handling enough to discover it.