forked from qt-creator/qt-creator
stronger color for renaming in default color scheme
This commit is contained in:
@@ -303,7 +303,7 @@ QColor FormatDescription::background() const
|
|||||||
} else if (m_name == QLatin1String(Constants::C_OCCURRENCES)) {
|
} else if (m_name == QLatin1String(Constants::C_OCCURRENCES)) {
|
||||||
return QColor(180, 180, 180);
|
return QColor(180, 180, 180);
|
||||||
} else if (m_name == QLatin1String(Constants::C_OCCURRENCES_RENAME)) {
|
} 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)) {
|
} else if (m_name == QLatin1String(Constants::C_DISABLED_CODE)) {
|
||||||
return QColor(239, 239, 239);
|
return QColor(239, 239, 239);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user