You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@aj3423 The bg color you need to change is not table row, but selectable. You could find out which color enum works for what UI element by runing examples/imguidemo.go, and open Style Editor from Tools menu.
For your case, the color enums are HeaderHovered and HeaderActive.
And to create custome theme, you can refer the code of MasterWindow.
Related problem
For dark theme, it's hard to see which row is selected, the selected color is very close to the non-selected.
I tried to modify
giu.StyleColorTableRowBg
but not work:Your request
Alternative solution
Is it possible to add api to customize theme, or import directly from imgui theme thread ?
Additional context
No response
The text was updated successfully, but these errors were encountered: