color improvements

This commit is contained in:
Ville Rantanen
2016-06-17 11:01:45 +03:00
parent 8a3f4b0c7d
commit db8554a370
2 changed files with 2 additions and 2 deletions

View File

@@ -259,7 +259,7 @@ def page_print(reader,opts,offset):
bc.clear()
# Print header
if opts.dark_colors:
coloring="${U}${b}"
coloring="${b}${U}"
else:
coloring="${U}${Y}"
print(colorify(coloring+page[0],opts))