From 31158d210fb825084dfdb15cc4e4798d4702dc93 Mon Sep 17 00:00:00 2001
From: Benjamin Mako Hill <mako@atdot.cc>
Date: Wed, 3 Feb 2016 11:28:58 -0800
Subject: [PATCH] updated color of git info to be red

The previous blue was confusing because it looked like a hyperlink.
---
 paper_template/mako-mem.sty | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/paper_template/mako-mem.sty b/paper_template/mako-mem.sty
index 5f80e40..d8f9fd7 100644
--- a/paper_template/mako-mem.sty
+++ b/paper_template/mako-mem.sty
@@ -209,8 +209,8 @@
 \makepsmarks{mako-mem-git}{\@gitmarks}
 \makeevenhead{mako-mem-git}{}{}{\scshape\thepage}
 \makeoddhead{mako-mem-git}{}{}{\scshape\thepage}
-\makeevenfoot{mako-mem-git}{}{\texttt{\footnotesize{\textcolor{Blue}{git revision \VCRevision\ on \VCDateTEX}}}}{}
-\makeoddfoot{mako-mem-git}{}{\texttt{\footnotesize \textcolor{Blue}{git revision \VCRevision\ on \VCDateTEX}}}{}
+\makeevenfoot{mako-mem-git}{}{\texttt{\footnotesize{\textcolor{BrickRed}{git revision \VCRevision\ on \VCDateTEX}}}}{}
+\makeoddfoot{mako-mem-git}{}{\texttt{\footnotesize \textcolor{BrickRed}{git revision \VCRevision\ on \VCDateTEX}}}{}
 
 %% Create a command to make a note at the top of the first page describing the
 %% publication status of the paper. 
-- 
2.39.5