mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-31 07:37:09 +00:00
Merge pull request #22 from namecheap/feature/RND-546-highlight-contrast
Increase pressed button contrast
This commit is contained in:
@@ -158,7 +158,7 @@ void ConfigHandler::setUIMainColor(const QColor &c) {
|
||||
}
|
||||
|
||||
QColor ConfigHandler::uiContrastColorValue() {
|
||||
QColor res = QColor(86, 0, 120);
|
||||
QColor res = QColor(39, 0, 50);
|
||||
|
||||
if (m_settings.contains(QStringLiteral("contastUiColor"))) {
|
||||
QString hex = m_settings.value(QStringLiteral("contastUiColor")).toString();
|
||||
|
||||
Reference in New Issue
Block a user