-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roomsetting to strip HTML colours (as bridged from IRC) #5424
Comments
+10000000 |
/me adds to 70 issue long todo list |
this is a particularly good candidate for granular settings, too - given you might want to enforce it for a room, or for an account, or even for a device (if devices have different themes). |
Should this be just font colour attr or also |
is there away to send different colors for light and dark themes? this is not readable on an element with dark theme enabled: <font color="blue">Info</font> |
No, that is not something the Matrix spec allows @genofire - but it does allow setting a foreground and background colour so you can ensure legibility. |
Hmm, should element render "default" colors dedicated by light and dark mode?
|
that wouldn't work with custom themes, where someone's background might be red or blue or pink or whatever e.g. https://github.com/aaronraimist/element-themes |
We need to have ability to strip HTML colors, because in some cases it extremely reduces text legibility, see linked issue below. Suggested solution to solve this issue is to add a generic config option, so you can manually turn off irc-like text coloring on demand.
Edited to add details.
First issue describing problems: #9366
The text was updated successfully, but these errors were encountered: