colortbl
David Carlisle 提供的软件包\arrayrulecolor
,例如:
\documentclass{article}
\usepackage{booktabs}
\usepackage{colortbl}
\begin{document}
\arrayrulecolor{blue}
\begin{tabular}{l}
\toprule
Header\\
\midrule
abc\\
def\\
\bottomrule
\end{tabular}
\end{document}