We should copy colors from the user’s color theme into ImGui’s theme #75699
Labels
ImGui
Anything related to the new ImGui UI for SDL/tiles or ImTui for curses builds
(P4 - Low)
Low priority issues: things which are e.g exotic, minor and/or hard to encounter
<Suggestion / Discussion>
Talk it out before implementing
Is your feature request related to a problem? Please describe.
ImGui has it’s own theme from which it draws colors, but it isn’t linked in any way to the user’s preferred colors.
Solution you would like.
When ImGui uses a color, let's say blue, we should pull the corresponding color from the user’s color theme.
Describe alternatives you have considered.
One alternative is to let the user provide their own ImGui theme. However, this is much more complicated and is not really needed in the short term.
Additional context
No response
The text was updated successfully, but these errors were encountered: