summaryrefslogtreecommitdiff
path: root/manual/preamble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/preamble.tex')
-rw-r--r--manual/preamble.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 2180dc3f88..bbd73f8ec1 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -61,9 +61,9 @@
\newcommand{\fixme}[1]{\textbf{\textcolor{red}{#1}}}
% Colors used to typeset table headers and alternating table rows
-\colorlet{tblhdrbgcolor}{white} % Background color for headers
-\colorlet{tbloddrowbgcolor}{white} % Background color for odd rows (headers not included)
-\colorlet{tblevenrowbgcolor}{blue!15} % Background color for even rows (headers not included)
+\colorlet{tblhdrbgcolor}{blue!30} % Background color for headers
+\colorlet{tbloddrowbgcolor}{blue!10} % Background color for odd rows (headers not included)
+\colorlet{tblevenrowbgcolor}{white} % Background color for even rows (headers not included)
\usepackage{fancyhdr}
\usepackage{graphicx}