Skip to content
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

Add the ability to set ttk theme in the settings #47

Open
MOZGIII opened this issue Dec 19, 2020 · 2 comments
Open

Add the ability to set ttk theme in the settings #47

MOZGIII opened this issue Dec 19, 2020 · 2 comments

Comments

@MOZGIII
Copy link

MOZGIII commented Dec 19, 2020

Currently, I have to manually alter the theme via injecting ttk::style theme use clam before color::sync_with_theme call ( a gross hack) to work around my problem with tk theming. It works though.

It would be great if I could set a theme to use via settings - git config --global gui.ttk_theme clam. I would unlock other interesting possibilities - like setting theme per repo (git config gui.ttk_theme clam) - although I'm not sure how useful that is.

@prati0100
Copy link
Owner

@MOZGIII FYI, you can take a look at this discussion to find out more ways to set the theme that does not involve editing the git-gui source.

Anyway, I think this feature is worth having. I'll see if I can find some time to implement it.

@MOZGIII
Copy link
Author

MOZGIII commented Dec 20, 2020

I know of all those, and I used them before, by my problem this time is simple: macos. 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants