chiark / gitweb /
set dpi on zealot
[ian-dotfiles.git] / templates / gitk.in
index 12d6bb2d48c440d1565328d2ff5aaba70c64330d..90a5c353643b77635c17ce06b8e4e4ba442ebe82 100755 (executable)
@@ -5,9 +5,9 @@ set -e
 case "$font" in
 zealot)
         cat <<END
 case "$font" in
 zealot)
         cat <<END
-set mainfont {Helvetica 14}
-set textfont {Courier 14}
-set uifont {Helvetica 14 bold}
+set mainfont {{Nimbus Sans L} 12}
+set textfont {{Courier 10 Pitch} 12}
+set uifont {{Nimbus Sans L} 11 bold}
 END
        ;;
 *)
 END
        ;;
 *)
@@ -53,7 +53,7 @@ set remotebgcolor #ffddaa
 set tagbgcolor yellow
 set tagfgcolor black
 set tagoutlinecolor black
 set tagbgcolor yellow
 set tagfgcolor black
 set tagoutlinecolor black
-set reflinecolor black
+set reflinecolor white
 set filesepbgcolor #aaaaaa
 set filesepfgcolor black
 set linehoverbgcolor #ffff80
 set filesepbgcolor #aaaaaa
 set filesepfgcolor black
 set linehoverbgcolor #ffff80
@@ -65,13 +65,13 @@ set indexcirclecolor green
 set circlecolors {white blue gray blue blue}
 set linkfgcolor blue
 set circleoutlinecolor black
 set circlecolors {white blue gray blue blue}
 set linkfgcolor blue
 set circleoutlinecolor black
-set permviews {}
-set geometry(main) 750x957+846+32
+set geometry(main) 1245x1535+0+0
 set geometry(state) normal
 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
+set geometry(topwidth) 1245
+set geometry(topheight) 982
+set geometry(pwsash0) "833 1"
+set geometry(pwsash1) "1038 1"
+set geometry(botwidth) 900
+set geometry(botheight) 548
+set permviews {}
 END
 END