Show title in bold in color mode.

This commit is contained in:
Arun Prakash Jana 2017-04-06 08:51:05 +05:30
parent 42a8375ac7
commit bfdfb0604b
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -51,7 +51,7 @@ colorize = True # Allow color output by default
ID_str = '\x1b[93;1m%d. \x1b[0;92m%s\x1b[0;1m [%s]\x1b[0m\n'
ID_DB_str = '\x1b[93;1m%d. \x1b[0;92m%s\x1b[0m'
MUTE_str = '%s \x1b[1m(L)\x1b[0m\n'
TITLE_str = '%s \x1b[91m>\x1b[0m %s\n'
TITLE_str = '%s \x1b[91m>\x1b[0m \x1b[1m%s\x1b[0m\n'
DESC_str = '%s \x1b[91m+\x1b[0m %s\n'
TAG_str = '%s \x1b[91m#\x1b[0m %s\n'