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
Is your feature request related to a problem? Please describe.
It appears gitui uses a hardcoded blue color in some of its UI elements, such as the bottom shortcut row, the currently selected file on the top left and the diff header with the line information on the right. This blue color does not fit into most themes and may cause visibility and contrast problems with some.
Describe the solution you'd like
Use the terminals DarkBlue color palette instead of hardcoding colors.
Describe alternatives you've considered
None
Additional context
Screenshot of gitui with GruvBox Dark theme:
The text was updated successfully, but these errors were encountered:
It is nice that the theme can be customized to take advantage of the 24bit True color terminals we have these days, but I think the default should be to use the terminals palette.
Is your feature request related to a problem? Please describe.
It appears gitui uses a hardcoded blue color in some of its UI elements, such as the bottom shortcut row, the currently selected file on the top left and the diff header with the line information on the right. This blue color does not fit into most themes and may cause visibility and contrast problems with some.
Describe the solution you'd like
Use the terminals DarkBlue color palette instead of hardcoding colors.
Describe alternatives you've considered
None
Additional context

Screenshot of gitui with GruvBox Dark theme:
The text was updated successfully, but these errors were encountered: