downplaying colors, authors are just bold

main
Fabien Benureau 10 years ago
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…
Cancel
Save