diff --git a/Mac/MainWindow/Timeline/Cell/TimelineTableCellView.swift b/Mac/MainWindow/Timeline/Cell/TimelineTableCellView.swift index 24a88abc0..2bac78250 100644 --- a/Mac/MainWindow/Timeline/Cell/TimelineTableCellView.swift +++ b/Mac/MainWindow/Timeline/Cell/TimelineTableCellView.swift @@ -238,6 +238,12 @@ private extension TimelineTableCellView { textField.attributedStringValue = s needsLayout = true } + + if cellData.read { + textField.textColor = NSColor.secondaryLabelColor + } else { + textField.textColor = NSColor.labelColor + } } func updateFeedNameView() {