mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Use color overrides for users when message_user_color
is enabled (#245)
This commit is contained in:
parent
0f17bbfa17
commit
e5b284ed19
2 changed files with 7 additions and 6 deletions
|
@ -863,7 +863,7 @@ impl Message {
|
|||
}
|
||||
|
||||
if settings.tunables.message_user_color {
|
||||
let color = crate::config::user_color(self.sender.as_str());
|
||||
let color = settings.get_user_color(&self.sender);
|
||||
style = style.fg(color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue