Patitotective / ImThemes

Dear ImGui style browser and editor written in Nim
MIT License
348 stars 74 forks source link

Support for docking branch colors? #19

Closed rewrking closed 1 year ago

rewrking commented 1 year ago

I was trying this out and noticed it doesn't have the two docking branch colors. Any plans to add them?

ImGuiCol_DockingPreview,  // 38
ImGuiCol_DockingEmptyBg,  // 39
Patitotective commented 1 year ago

This is because this application is written in Nim, and the bindings for Dear ImGui in Nim do not support the docking branch. It could be possible to add those colors but you wouldn't able to preview them, so I'm not sure if it's worth adding them.

rewrking commented 1 year ago

Ah, makes sense. Thanks!