color improvements
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user