I am using De Gruyter template
which redefines the tabular command so that it uses basically booktabs commands.
It is possible to turn this feature off using the command \baretabulars, but it seems that the commands to color the table do not make any effect: \cellcolor, \rowcolor and \columncolor. For example, the following table does not display any color.
\begin{baretabulars}
\begin{tabular}{ |c|c| }
\hline
\rowcolor{red} 1 & 2 \\
\hline
3 & 4 \\
\hline
\end{tabular}
\end{baretabulars}
I wonder if it is possible to color a table using the command \baretabulars since I want my table with vertical lines.
I am sorry if this question is not in the right standards.