diff options
author | Alex Parker <rockbox@aeparker.com> | 2009-08-24 22:50:45 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2009-08-24 22:50:45 +0000 |
commit | 73bac43d637dd15b04e97473981f21b664ca661a (patch) | |
tree | 5afadb97f7a90b1dabb86f084fa1675fa1835fdd /manual | |
parent | daede5e8bb4bfe9bfb2df8f74d2554a658779a41 (diff) |
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
Diffstat (limited to 'manual')
-rw-r--r-- | manual/preamble.tex | 6 |
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} |