$THEME->cellheading2 = "#8080c0"; // Highlight headings of tables
$THEME->cellcontent = "#F0F0FF"; // For areas with text
$THEME->cellcontent2 = "#CCCCFF"; // Alternate colour
-$THEME->borders = "#AAAAFF; // Table borders
-$THEME->highlight = "#0000FF"; // Highlighted text (eg after a search)
+$THEME->borders = "#AAAAFF"; // Table borders
+$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
?>