On 2020-10-29 7:44 a.m., Serg Tereshchenko wrote:
Hi Marc! What tcl-tk theme are you using? Autodetection supposed to fetch color from TreeView background, and probably your theme using that odd gray for TreeViews.
Thanks for your reply! It's been a long, long time since I've had to muck around with a .X* file...
To set your desired color for background, you can add *Text.Background: white to ~/.Xresources; and `xrdb -merge ~/.Xresources` to apply it. Or, try another theme. This one gives me white background. *TkTheme: clam
Unfortunately none of those gives me white panels, although I do see other visual aspects change under different themes (also, `xrdb -query` shows that the *Text.Background setting has applied).
However, saying *background: white does the trick! To narrow the scope of that, I'm going with git-gui*Text.Background: white
To list available themes, run `wish` ::ttk::themes
I have: classic default clam alt "ttk::style theme use" says I'm using the "default" theme. Is there some way I can edit/view the theme definitions? Thanks for the help! M.