From 4471f9ddda170b0afdf671e15612c7760489a0ee Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 17 Jun 2020 22:49:39 +0100 Subject: Better color for project branch in branching figure Until now the color for the branching figure'e "project" branch was too close to the Derved project branch. With this commit, I am using a slightly darker shade of brown that is sufficiently differnet from the core Maneage branch and the derived project branch. --- tex/src/figure-branching.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tex/src/figure-branching.tex') diff --git a/tex/src/figure-branching.tex b/tex/src/figure-branching.tex index 56c1652..9dbaf93 100644 --- a/tex/src/figure-branching.tex +++ b/tex/src/figure-branching.tex @@ -23,7 +23,7 @@ \draw [anchor=center] (#2,#3) node {\textcolor{white}{\scriptsize\texttt{#4}}}; } \definecolor{maneagebranchcolor}{HTML}{46211A} -\definecolor{projectbranchcolor}{HTML}{BA5536} +\definecolor{projectbranchcolor}{HTML}{9A3324} \definecolor{derivedbranchcolor}{HTML}{C28556} -- cgit v1.2.1