Open
Description
Currently, we use msg_bold
for bold and italic text. While this does differentiate the two from the rest of the message, the distinction between these two remains unaddressed.
We could try using 'italics' setting from urwid
. However, if we choose not to go with that (due to support concerns), we could try adding a new style in themes.py
that provides a notable distinction.
Activity