Can’t figure out how to change the colour of IDEA in Org Mode
I’m rolling my own custom doom theme, and I’m doing some styling for org files. I can change the colours and styles for TODO and DONE, but not IDEA. It just seems to inherit the colour for TODO, and I would like to easily visually distinguish them.
Thanks! I think that has got me most of the way there.
When I include this in my config.el as written, IDEA just inherits the colour of the heading. If I replace the doom-color function call with a string (colour name or hex code) it works though.
I haven’t figured out how to insert it into my doom theme yet, so I need to run space h r r to reload the config after startup for it to respect the changes.
Thanks, but I figured out to avoid that now. The trick was to use the !after function to load it after org. For anyone interested, the code snippet in my config.el to style IDEA is now,