-
-
Notifications
You must be signed in to change notification settings - Fork 223
Description
Is your feature request related to a problem? Please describe.
Line started with ">" are quotes.
In other GUI XMPP client, quotes are often shown with lower contrast (a little bit darker) or even put into different frame (with a horizontal straight line on the left, or darker background color ) to let user easily distinguish between the quotes and the reply messages.
Describe the solution you'd like
Increase readability by rendernig the lines starting with ">" (quotes) render with different color, to let user easily distinguish between the quotes and real reply message.
Describe alternatives you've considered
Horizontal straight line with lines starting with ">" like other GUI clients. However profanity is a TUI XMPP client, the chat messages was designed immediately following the nick. So the horizontal straight line with lines starting with ">" to improve readability may require change a lot of code base.
But it is even better if it can be implemented.
Additional context
- Toggle on / off of this feature.
- Even better if the color can be configurable by user.
- Maybe also consider both the foreground and background color of the quoted message.