You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's common that each nickname has it's own color, which helps readability.
For picking the colors we should use accent color converted to HSL and then pick a random hue value, while not touching saturation and lightning.
Stretch goals:
Caching the color to a file with nick@host and invalidated on theme change.
Enable/disable colored nicks in channel settings (#6)
The text was updated successfully, but these errors were encountered:
I think we can implement without any caching. If we hash nick@host, we can use that as a seed for rng for the hue value and it should be deterministic. Maybe we cache at runtime for performance reasons, but we shouldn't need to persist it to fs
It's common that each nickname has it's own color, which helps readability.
For picking the colors we should use
accent
color converted to HSL and then pick a random hue value, while not touching saturation and lightning.Stretch goals:
nick@host
and invalidated on theme change.The text was updated successfully, but these errors were encountered: