CVS commit by brunes: Changing this color to magenta until we get a color config darkGray is unusable, I cannot even read the text M +2 -2 chatview.cpp 1.219 --- kdenonbeta/kopete/libkopete/ui/chatview.cpp #1.218:1.219 @@ -333,10 +333,10 @@ void ChatView::setTabState( KopeteTabSta case Message: if( m_tabState != Highlighted ) - m_tabBar->setLabelTextColor( this, Qt::red ); + m_tabBar->setLabelTextColor( this, Qt::magenta ); break; case Changed: if( m_tabState != Highlighted && m_tabState != Message ) - m_tabBar->setLabelTextColor( this, Qt::darkGray ); + m_tabBar->setLabelTextColor( this, Qt::red ); break;