diff --git a/jrnl/Entry.py b/jrnl/Entry.py index 82d09c9d..576889da 100755 --- a/jrnl/Entry.py +++ b/jrnl/Entry.py @@ -81,7 +81,7 @@ class Entry: indent = "" 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']: # Color date / title and bold title