Change Dark Mode link colour
authorMichael Schuster <michael@schuster.ms>
Thu, 19 Dec 2019 18:24:45 +0000 (19:24 +0100)
committerMichael Schuster <48932272+misch7@users.noreply.github.com>
Thu, 19 Dec 2019 21:07:30 +0000 (22:07 +0100)
Signed-off-by: Michael Schuster <michael@schuster.ms>
src/libsync/theme.cpp

index 4f9c7e1841ca731369e4014502cb0434d0dfcc06..ae9d9c95824b7a0fa22bd1c11e6738cb866d97dd 100644 (file)
@@ -574,7 +574,7 @@ bool Theme::isDarkColor(const QColor &color)
 
 QColor Theme::getBackgroundAwareLinkColor(const QColor &backgroundColor)
 {
-    return QColor((isDarkColor(backgroundColor) ? QColor("#aabdff") : QGuiApplication::palette().color(QPalette::Link)));
+    return QColor((isDarkColor(backgroundColor) ? QColor("#6193dc") : QGuiApplication::palette().color(QPalette::Link)));
 }
 
 QColor Theme::getBackgroundAwareLinkColor()