From 649b6f713a48e1b65b3032e15326269d7fec3d27 Mon Sep 17 00:00:00 2001
From: Kevin Smith <git@kismith.co.uk>
Date: Fri, 23 Jul 2010 19:43:03 +0100
Subject: Tone down the chat state colours in tab titles.


diff --git a/Swift/QtUI/QtChatTabs.cpp b/Swift/QtUI/QtChatTabs.cpp
index b1080ea..138e815 100644
--- a/Swift/QtUI/QtChatTabs.cpp
+++ b/Swift/QtUI/QtChatTabs.cpp
@@ -144,8 +144,8 @@ void QtChatTabs::handleTabTitleUpdated(QWidget* widget) {
 	QColor tabTextColor;
 	bool flash = false;
 	switch (tabbable->getWidgetAlertState()) {
-	case QtTabbable::WaitingActivity : flash = true; tabTextColor = QColor(255, 0, 0); break;
-	case QtTabbable::ImpendingActivity : tabTextColor = QColor(0, 255, 0); break;
+	case QtTabbable::WaitingActivity : flash = true; tabTextColor = QColor(217, 20, 43); break;
+	case QtTabbable::ImpendingActivity : tabTextColor = QColor(27, 171, 32); break;
 	default : tabTextColor = QColor();
 	}
 	tabs_->tabBar()->setTabTextColor(index, tabTextColor); 
-- 
cgit v0.10.2-6-g49f6