From 7ae8b576c6aed9d0c853d2ac397ba9a95e916015 Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Thu, 30 Mar 2023 14:06:16 +0200 Subject: [PATCH] Change decision block color Provides more contrast in the infographics --- book/figures/vars.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/figures/vars.tex b/book/figures/vars.tex index 2eaa770..b082ac0 100644 --- a/book/figures/vars.tex +++ b/book/figures/vars.tex @@ -2,8 +2,9 @@ \usepackage{tikz} \definecolor{codeblue}{RGB}{69, 161, 248} +\definecolor{codegray}{RGB}{40, 40, 40} \usetikzlibrary{shapes,arrows} -\tikzstyle{decision} = [diamond, draw, fill=codeblue, text=white, +\tikzstyle{decision} = [diamond, draw, fill=codegray, text=white, text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt] \tikzstyle{block} = [rectangle, draw, fill=codeblue, text=white, text width=5em, text centered, rounded corners, minimum height=4em]