How to use C++ to change the colors of folders in unreal engine 5?

I created my first plugin like “Editor Toolbar Button”
With this button, a lot of folders I need are created using:
“File Manager.CreateDirectory”
How can I change the color of these folders when creating them? I’ve been looking for a solution for a very long time, but I haven’t found it.