-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Alternate background colour of chat lines to better visually distinguish wrapped lines #29137
Alternate background colour of chat lines to better visually distinguish wrapped lines #29137
Conversation
Doesn't look great. Would need some design input if we're going to do this. Also the corners of the highlight should probably be rounded, and the rows with no change to colour should probably not create needless drawables. |
added a little smoothness to the mask and made the box round |
paging @arflyte |
With less rounding sure. Apply the other changes I proposed and I'll fix up the visuals. (I don't think this needs flyte input) |
The changes were done, the rest is the visual |
Made some visual and behavioural changes. |
omg, I didn't notice altering and alternating are two meanings. |
Good catch, I've fixed that. |
Might depend on screen gamma, since it doesn't look too bad here. To improve the situation, we'll probably want to turn off additive blending and choose a more appropriate colour (white doesn't work well at higher opacities). I'll have a fiddle. |
ae52ea1
to
efb2e2e
Compare
efb2e2e
to
fc78dc9
Compare
See ppy#29137 for details
See ppy#29137 for details
Resolved: #29129 (first bullet point)
For better accessibility, altering the chat message background color with the message id, unit test were added