gitconfig: Use colours in git add --interactive.
[profile] / tigrc
diff --git a/tigrc b/tigrc
index 9931d71..afecb1e 100644 (file)
--- a/tigrc
+++ b/tigrc
@@ -2,11 +2,13 @@
 
 set tab-size = 8
 set show-rev-graph = yes
-set commit-encoding = ISO-8859-1
+set commit-encoding = UTF-8
 
 color title-blur cyan blue
 color title-focus white blue bold
 
+color cursor blue yellow
+
 color main-date red default
 color main-author magenta default bold
 color main-commit default default
@@ -17,8 +19,8 @@ color main-ref cyan default bold
 color diff-header yellow default bold
 color diff-index default default bold
 color diff-chunk cyan default
-color diff-add green default bold
-color diff-del red default bold
+color diff-add green default
+color diff-del red default
 color diff-oldmode red default
 color diff-newmode green default
 color diff-copy-from red default