aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/base.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/messages/base.go')
-rw-r--r--ui/messages/base.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/messages/base.go b/ui/messages/base.go
index 32e1865..c377ccb 100644
--- a/ui/messages/base.go
+++ b/ui/messages/base.go
@@ -170,6 +170,9 @@ func (msg *BaseMessage) TextColor() tcell.Color {
//
// However, other messages are the default color instead of a color stored in the struct.
func (msg *BaseMessage) TimestampColor() tcell.Color {
+ if msg.MsgIsService {
+ return tcell.ColorGray
+ }
return msg.getStateSpecificColor()
}