-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unusable interface with Macos and dark theme #48
Comments
Thanks for reporting. I don't think it is easy to simply allow the default colors. I need to take a closer look at the issue and figure out why colors are so bad on MacOS. But the problem is that I don't have access to a Mac so I can't really test anything out. In the meantime, you can either build an older version of git-gui on your system, or try changing the Tk theme on your system to see if using any other theme helps. |
Where is the system Tk theme (does such a thing even exist?) and how can it be changed? Google does not return any useful information about this stuff. Maybe these apps should be ported to something less ancient, something that was used at a time when the internet already existed so people left useful information about it online. I would not complain so much if there were any alternatives to git-gui and gitk but there are NONE, not even remotely :-( |
Interesting. I don't see this on my setup. Dark theme looks good to me. Can you give me some more info on how you are setting the dark theme?
Have you enabled the "Use themed widgets" option in gitk?
The patches were posted on the mailing list, and I tested them along with the patch author. Things worked fine for us both. No one is intentionally introducing breaking changes just to mess with you. If you care enough about this software you apparently use every day, I suggest you help with its upkeep by testing patches to make sure they don't break anything. We are all volunteers here who are putting in unpaid work to improve the software we like. You are more than welcome to improve it with us. But please don't bring in this snarky tone demanding fixes when you yourself bring no value to the table. Putting your tone aside, have you tried setting Help me with fixing this issue. Either tell me how I can reproduce this problem or figure out a fix yourself. I can help you with that, and I am more than happy to review patches. You can start by looking at
Unfortunately this is not very easy to do. See this. I have been thinking about adding a theme selector in the options menu but I just never got around to it.
That would be nice. Patches welcome! |
Thanks, this is good. Let me try to reproduce this. |
OP: can you test whether the fork linked at #64 (comment) works for you on macOS, please? |
After the release of macOS Big Sur i had to update git and git gui to the last release.
To be more precise git (2.29.2) and git gui (0.21.0.78.g38c2a)
Unfortunely this broke git gui with the dark mode of macos.
For what i understand now git gui retrieve the color for the interface directly from the OS theme but the result is this.
From this issue i have executed following command
git config --global gui.usettk 0
and it does help a bit with the background color of the input box
Do you have some suggestion to how i can change the colors of the buttons?
It would be nice to allow to use the default theme (the white one) until this is fixed
The text was updated successfully, but these errors were encountered: