From fc56056d97c4938acafbecf5aa12107d1a64e4c5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 16:22:42 -0400 Subject: configure hgk --- .config/hgk | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .config/hgrc | 2 ++ .config/symlinks | 1 + 3 files changed, 62 insertions(+) create mode 100644 .config/hgk diff --git a/.config/hgk b/.config/hgk new file mode 100644 index 0000000..f767058 --- /dev/null +++ b/.config/hgk @@ -0,0 +1,59 @@ +set mainfont {Helvetica 9} +set curidfont {Helvetica 9 bold italic underline} +set textfont {Courier 9} +set findmergefiles 0 +set gaudydiff 0 +set maxgraphpct 50 +set maxwidth 16 +set geometry(width) 1364 +set geometry(height) 690 +set geometry(canv1) 321 +set geometry(canv2) 66 +set geometry(canv3) 947 +set geometry(canvh) 256 +set geometry(ctextw) 90 +set geometry(cflistw) 84 +# +# main window position: +set posx 1 +set posy 61 +# +# authorcolors format: +# +# zero or more sublists of +# +# { regex color } +# +# followed by a list of colors +# +# If the commit author matches a regex in a sublist, +# the commit will be colored by that color +# otherwise the next unused entry from the list of colors +# will be assigned to this commit and also all other commits +# of the same author. When the list of colors is exhausted, +# the last entry will be reused. +# +set authorcolors { + black blue deeppink mediumorchid blue burlywood4 goldenrod slateblue red2 navy dimgrey +} +# +# The background color in the text windows +set bgcolor white +# +# The text color used in the diff and file list view +set fgcolor black +# +# Color to display + lines in diffs +set diffaddcolor #00a000 +# +# Color to display - lines in diffs +set diffremcolor red +# +# Merge diffs: Color to signal lines from first parent +set diffmerge1color red +# +# Merge diffs: Color to signal lines from second parent +set diffmerge2color blue +# +# Hunkseparator (@@ -lineno,lines +lineno,lines @@) color +set hunksepcolor blue diff --git a/.config/hgrc b/.config/hgrc index 96fce82..cf595e3 100644 --- a/.config/hgrc +++ b/.config/hgrc @@ -1,2 +1,4 @@ [ui] username = Luke Shumaker +[extensions] +hgk = diff --git a/.config/symlinks b/.config/symlinks index 16d41f0..507cac4 100644 --- a/.config/symlinks +++ b/.config/symlinks @@ -21,6 +21,7 @@ # Individual config files .config/conkerorrc .conkerorrc .config/hgrc .hgrc +.config/hgk .hgk .config/irbrc .irbrc .config/linphonerc .linphonerc .config/selected_editor .selected_editor -- cgit v1.1-4-g5e80