scene: conversation: recolor the computer lines I guess

This commit is contained in:
2026-06-16 11:27:45 +02:00
parent b9af9915d1
commit 359941c094
+1 -1
View File
@@ -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),
}