Hello. I’m trying to write a plugin for IntelliJ. ...
# compose-desktop
l
Hello. I’m trying to write a plugin for IntelliJ. I wanted to know how to get all the info so that my plugin respects the user’s theme.
d
You may try to use:
Copy code
EditorColorsManager.getInstance().getGlobalScheme()