From 163f0ed89b7f01fd8dcff128b47df46648a77867 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 6 Jan 2015 21:25:30 +0100 Subject: [PATCH] tigrc: draw commit graph in magenta --- tigrc | 1 + tigrc.old | 1 + 2 files changed, 2 insertions(+) diff --git a/tigrc b/tigrc index a9b5924..3dc0f56 100644 --- a/tigrc +++ b/tigrc @@ -72,6 +72,7 @@ color delimiter default default # ~ if text is too long # Main window. color cursor black cyan # currently selected line color author default default +color graph-commit magenta default # commit dots in graph color main-head green default bold # HEAD color main-ref green default # branches color main-remote yellow default # remote branches diff --git a/tigrc.old b/tigrc.old index 7d43918..8824257 100644 --- a/tigrc.old +++ b/tigrc.old @@ -76,6 +76,7 @@ color delimiter default default # ~ if text is too long # Main window. color cursor black cyan # currently selected line color main-author default default # just 'author' in newer versions +color graph-commit magenta default # commit dots in graph color main-head green default bold # HEAD color main-ref green default # branches color main-remote yellow default # remote branches -- 2.44.1