mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Bold datetimes in title
This commit is contained in:
parent
f218374bf1
commit
139835cec9
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class Entry:
|
||||||
indent = ""
|
indent = ""
|
||||||
|
|
||||||
date_str = colorize(self.date.strftime(self.journal.config['timeformat']),
|
date_str = colorize(self.date.strftime(self.journal.config['timeformat']),
|
||||||
self.journal.config['colors']['date'])
|
self.journal.config['colors']['date'], bold=True)
|
||||||
|
|
||||||
if not short and self.journal.config['linewrap']:
|
if not short and self.journal.config['linewrap']:
|
||||||
# Color date / title and bold title
|
# Color date / title and bold title
|
||||||
|
|
Loading…
Add table
Reference in a new issue