chiark / gitweb /
fix gitk reflinecolor
[ian-dotfiles.git] / templates / gitk.in
index 3e352e2d243197a5c21c8c6bf1fa168648f73e25..9350b9b2c8a17217e53130bf104120e5a2c93aa9 100755 (executable)
@@ -53,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
@@ -66,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