@@ -487,7 +487,7 @@ \subsubsection{Cell Styles and Options}
487
487
\begin {tikzpicture }[
488
488
font=\sffamily ,
489
489
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}}}},
491
491
head color/.style args={#1/#2}{column #1/.append style={
492
492
row 1/.append style={nodes={fill=#2}}}}
493
493
]
@@ -499,11 +499,11 @@ \subsubsection{Cell Styles and Options}
499
499
striped col/.list={1,...,5}, % add striped col style to all cols
500
500
column 1/.style={ % Override stripes and modify the feature column
501
501
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},
503
503
},
504
504
% modify headers first via common styles and then specific colors
505
505
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 }
507
507
] (m)
508
508
{
509
509
& Basic & Standard & Professional & Enterprise \\
0 commit comments