stronger color for renaming in default color scheme

This commit is contained in:
mae
2009-12-01 16:38:38 +01:00
parent ce3b4506af
commit 56ded78d13

View File

@@ -303,7 +303,7 @@ QColor FormatDescription::background() const
} else if (m_name == QLatin1String(Constants::C_OCCURRENCES)) {
return QColor(180, 180, 180);
} else if (m_name == QLatin1String(Constants::C_OCCURRENCES_RENAME)) {
return QColor(255, 180, 180);
return QColor(255, 100, 100);
} else if (m_name == QLatin1String(Constants::C_DISABLED_CODE)) {
return QColor(239, 239, 239);
}