Minor color edits

This commit is contained in:
Mark 2023-10-27 19:55:24 -07:00
parent 83ff16dc88
commit a1dec5ecdc
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
2 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ This is called an \textit{en passant} capture (Which means \say{in passing} in F
}, },
addpgf={ addpgf={
\tikz[overlay] \tikz[overlay]
\draw[red,line width=0.1em,->] \draw[ocyan,line width=0.1em,->]
(a1)--(a3); (a1)--(a3);
}, },
] ]
@ -42,7 +42,7 @@ This is called an \textit{en passant} capture (Which means \say{in passing} in F
}, },
addpgf={ addpgf={
\tikz[overlay] \tikz[overlay]
\draw[red,line width=0.1em,->] \draw[ocyan,line width=0.1em,->]
(b3)--(a2); (b3)--(a2);
}, },
] ]
@ -92,10 +92,10 @@ A king and rook can \textit{castle} under the following conditions:
}, },
addpgf={ addpgf={
\tikz[overlay] \tikz[overlay]
\draw[red,line width=0.1em,->] \draw[ocyan,line width=0.1em,->]
(e1)--(g1); (e1)--(g1);
\tikz[overlay] \tikz[overlay]
\draw[red,line width=0.1em,->] \draw[ocyan,line width=0.1em,->]
(e1)--(c1); (e1)--(c1);
}, },
hmarginwidth=0mm hmarginwidth=0mm

View File

@ -15,8 +15,8 @@
% first arg: filled stars % first arg: filled stars
% second arg: total stars % second arg: total stars
\def\stars#1#2{% \def\stars#1#2{%
\def\oncolor{\color{purple}}% \def\oncolor{\color{ogrape}}%
\def\offcolor{\color{black!40!white}}% \def\offcolor{\color{black!30!white}}%
% %
\count255=1% \count255=1%
\count254=#2% \count254=#2%