I just installed the mecurial (hg) source control system that also has a "hgk" viewer. This viewer uses a "~/.gitk" configuration file. It is a Tcl/TK program. I looks like crap (IMO) due to the usage of a motif theme.
I am running XFCE with KDE support loaded. I have tried to setup GTK2+ themes, but I am starting to think that this program is not GTK.
Does anyone know of this program and if so, how to get it to stop looking motif?
My current .gitk:
Code:
set mainfont {Tahoma 12}
set textfont {Tahoma 12}
set findmergefiles 0
set gaudydiff 0
set maxgraphpct 50
set maxwidth 16
set geometry(width) 728
set geometry(height) 607
set geometry(canv1) 270
set geometry(canv2) 180
set geometry(canv3) 237
set geometry(canvh) 254
set geometry(ctextw) 44
set geometry(cflistw) 48
My .gtkrc-2.0:
Code:
gtk-font-name = "Verdana 10"
include "/home/arobinson/.themes/MacOS-X/gtk-2.0/gtkrc"
pixmap_path "/home/arobinson/.themes/MacOS-X/gtk-2.0/"
gtk-theme-name="MacOS-X"
Any help is appreciated (I think I am on the wrong track)