Skip to content

Commit 7e0da7e

Browse files
committed
DOC:matrix:Use only default colorsin example
1 parent 9e5b1af commit 7e0da7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ \subsubsection{Cell Styles and Options}
487487
\begin{tikzpicture}[
488488
font=\sffamily,
489489
striped col/.style={column #1/.append style={
490-
every even row/.style={nodes={fill=lime!50}}}},
490+
every even row/.style={nodes={fill=olive!50}}}},
491491
head color/.style args={#1/#2}{column #1/.append style={
492492
row 1/.append style={nodes={fill=#2}}}}
493493
]
@@ -499,11 +499,11 @@ \subsubsection{Cell Styles and Options}
499499
striped col/.list={1,...,5}, % add striped col style to all cols
500500
column 1/.style={ % Override stripes and modify the feature column
501501
row 1 column 1/.style={nodes={fill=none, draw=none}},
502-
nodes={fill={rgb,256:red,184;green,184;blue,120}, inner ysep=0},
502+
nodes={fill=olive, inner ysep=0},
503503
},
504504
% modify headers first via common styles and then specific colors
505505
row 1/.style={nodes={text depth=0.2ex, text width=2cm, text=white}},
506-
head color/.list={2/orange,3/olive,4/cyan,5/teal}
506+
head color/.list={2/orange,3/teal,4/cyan,5/magenta}
507507
] (m)
508508
{
509509
& Basic & Standard & Professional & Enterprise \\

0 commit comments

Comments
 (0)