changing colors

This commit is contained in:
Noah Diewald 2019-11-20 00:43:16 -05:00
parent 6be1adf424
commit df0a89f7d3
No known key found for this signature in database
GPG Key ID: EC2BAE1E100A5509
1 changed files with 5 additions and 5 deletions

View File

@ -5,15 +5,15 @@
\node (n) {\begin{tabular}{cc}\textsf{No-Suffix}\\ \cgrid{}{}{N}{}\end{tabular}}; &
\node (m) {\begin{tabular}{cc}\textsf{M-Suffix}\\ \cgrid{}{}{}{M}\end{tabular}}; &
\node (s) {\begin{tabular}{cc}\textsf{Short}\\ \cgrid{}{S}{}{}\end{tabular}}; \\
\node [draw,color=gray!50,fill=gray!25] (ln) {\cgrid{L}{}{N}{}}; &
\node [color=gray!25] (ln) {\cgrid{L}{}{N}{}}; &
\node (lm) {\cgrid{L}{}{}{M}}; &
\node [draw,color=black] (sn) {\cgrid{}{S}{N}{}}; &
\node [draw,color=gray!50,fill=gray!25] (sm) {\cgrid{}{S}{}{M}}; \\
\node [color=gray!25] (sm) {\cgrid{}{S}{}{M}}; \\
\node (lnm) {\cgrid{L}{}{N}{M}}; &
\node [draw,color=gray!50,fill=gray!25] (lsn) {\cgrid{L}{S}{N}{}}; &
\node [color=gray!25] (lsn) {\cgrid{L}{S}{N}{}}; &
\node (lsm) {\cgrid{L}{S}{}{M}}; &
\node [draw,color=gray!50,fill=gray!25] (snm) {\cgrid{}{S}{N}{M}}; \\
\node [draw,text=black,color=gray] (lsnm) {\cgrid{L}{S}{N}{M}}; & & \\
\node [color=gray!25] (snm) {\cgrid{}{S}{N}{M}}; \\
\node [draw,textcolor=black,color=gray] (lsnm) {\cgrid{L}{S}{N}{M}}; & & \\
};
\draw[->] (ln.north) to (l.south);