scene: conversation: recolor the computer lines I guess
This commit is contained in:
@@ -26,7 +26,7 @@ impl ConversationEntry {
|
||||
match self {
|
||||
ConversationEntry::Eva(_) => Style::new().fg(style::Color::Cyan),
|
||||
ConversationEntry::User(_) => Style::new().fg(style::Color::Magenta),
|
||||
ConversationEntry::ShipComputer(_) => Style::new().fg(style::Color::Green),
|
||||
ConversationEntry::ShipComputer(_) => Style::new().fg(style::Color::Red),
|
||||
ConversationEntry::StageDirection(_) => Style::new().fg(style::Color::Yellow),
|
||||
ConversationEntry::SystemMessage(_) => Style::new().fg(style::Color::DarkGray),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user