chiark / gitweb /
fix gitk reflinecolor
[ian-dotfiles.git] / templates / gitk.in
index 7cc2d2354560d50f261fec5d6a1efb6f0f12a608..9350b9b2c8a17217e53130bf104120e5a2c93aa9 100755 (executable)
@@ -12,9 +12,6 @@ END
        ;;
 *)
         cat <<END
-set mainfont {{Bitstream Vera Sans} 8}
-set textfont fixed
-set uifont {Helvetica 9 bold}
 END
         ;;
 esac
@@ -56,7 +53,7 @@ set remotebgcolor #ffddaa
 set tagbgcolor yellow
 set tagfgcolor black
 set tagoutlinecolor black
-set reflinecolor black
+set reflinecolor white
 set filesepbgcolor #aaaaaa
 set filesepfgcolor black
 set linehoverbgcolor #ffff80
@@ -69,4 +66,12 @@ set circlecolors {white blue gray blue blue}
 set linkfgcolor blue
 set circleoutlinecolor black
 set permviews {}
+set geometry(main) 750x957+846+32
+set geometry(state) normal
+set geometry(topwidth) 750
+set geometry(topheight) 210
+set geometry(pwsash0) "406 1"
+set geometry(pwsash1) "586 1"
+set geometry(botwidth) 574
+set geometry(botheight) 742
 END