From 73bac43d637dd15b04e97473981f21b664ca661a Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Mon, 24 Aug 2009 22:50:45 +0000 Subject: Change the manual tabe colours so that we have a darker blue for the header, then white and light blue alternating for the rows. As decided upon after a lengthy IRC discussion :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22508 a1c6a512-1295-4272-9138-f99709370657 --- manual/preamble.tex | 6 +++--- 1 file 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} -- cgit