diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-06-17 22:49:39 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-06-17 22:49:39 +0100 |
commit | 4471f9ddda170b0afdf671e15612c7760489a0ee (patch) | |
tree | 5aaee1dcb844a6e0ea119b2c9d45bb19e5234bca /tex/src | |
parent | 99c79ea9fcabc82844f4f1833653cba2f6649ab5 (diff) |
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.
Diffstat (limited to 'tex/src')
-rw-r--r-- | tex/src/figure-branching.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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} |