downplaying colors, authors are just bold
This commit is contained in:
parent
2cabdf4703
commit
2aba477e84
@ -32,7 +32,7 @@ def bib_oneliner(bibentry):
|
||||
journal = ' ' + bibentry.get('booktitle', '')
|
||||
|
||||
return u'{authors} \"{title}\"{journal}{year}'.format(
|
||||
authors=color.dye(authors, color.cyan),
|
||||
authors=color.dye(authors, color.grey, bold=True),
|
||||
title=bibentry['title'],
|
||||
journal=color.dye(journal, color.yellow),
|
||||
year=' ({})'.format(bibentry['year']) if 'year' in bibentry else '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user