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
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.
The text was updated successfully, but these errors were encountered:
Currently, I have to manually alter the theme via injecting
ttk::style theme use clam
beforecolor::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.The text was updated successfully, but these errors were encountered: