From 3cf84ca7b3041577d19120f889a3a1ee233c6ab1 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 27 Oct 2023 19:41:00 -0700 Subject: [PATCH] Color tweaks --- Advanced/Lattices/parts/2 orchard.tex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Advanced/Lattices/parts/2 orchard.tex b/Advanced/Lattices/parts/2 orchard.tex index c205c62..e5712f5 100644 --- a/Advanced/Lattices/parts/2 orchard.tex +++ b/Advanced/Lattices/parts/2 orchard.tex @@ -33,13 +33,13 @@ You are standing in the center of a circular orchard of integer radius $R$. A tr \( \x=-3 \AND \y=4 \) \OR \( \x=-3 \AND \y=-4 \) }{}{ - \draw[fill=cyan!60!green] (\x,\y) circle (0.4); + \draw[fill=teal] (\x,\y) circle (0.4); }}} - \draw[fill=cyan!60!green] (0, 5) circle (0.4); - \draw[fill=cyan!60!green] (5, 0) circle (0.4); - \draw[fill=cyan!60!green] (0, -5) circle (0.4); - \draw[fill=cyan!60!green] (-5, 0) circle (0.4); + \draw[fill=teal] (0, 5) circle (0.4); + \draw[fill=teal] (5, 0) circle (0.4); + \draw[fill=teal] (0, -5) circle (0.4); + \draw[fill=teal] (-5, 0) circle (0.4); \end{tikzpicture} \hfill \begin{tikzpicture}[scale=0.4] @@ -72,13 +72,13 @@ You are standing in the center of a circular orchard of integer radius $R$. A tr \( \x=-3 \AND \y=4 \) \OR \( \x=-3 \AND \y=-4 \) }{}{ - \draw[fill=cyan!60!green] (\x,\y) circle (0.2); + \draw[fill=teal] (\x,\y) circle (0.2); }}} - \draw[fill=cyan!60!green] (0, 5) circle (0.2); - \draw[fill=cyan!60!green] (5, 0) circle (0.2); - \draw[fill=cyan!60!green] (0, -5) circle (0.2); - \draw[fill=cyan!60!green] (-5, 0) circle (0.2); + \draw[fill=teal] (0, 5) circle (0.2); + \draw[fill=teal] (5, 0) circle (0.2); + \draw[fill=teal] (0, -5) circle (0.2); + \draw[fill=teal] (-5, 0) circle (0.2); \end{tikzpicture} \hfill ~ \end{center}