Objective
Currently, personas require manual configuration of colors to use for icons/chat bubbles in light and dark mode. A simpler/more maintainable solution would be to pick these automatically based on the persona name
Initial Implementation Requirements
- Determine a package to use for picking colors based on a username string (should have existing options)
- Implement logic for determining background color based on primary color (same color with higher alpha value?)
- Validate functionality
Other Considerations
- Consider whether to maintain or drop support for config overrides
Objective
Currently, personas require manual configuration of colors to use for icons/chat bubbles in light and dark mode. A simpler/more maintainable solution would be to pick these automatically based on the persona name
Initial Implementation Requirements
Other Considerations