gave links color

This commit is contained in:
fourtf
2017-08-05 18:44:14 +02:00
parent c8ce55a54e
commit e1364f2bd2
4 changed files with 22 additions and 8 deletions
+1
View File
@@ -66,6 +66,7 @@ void ColorScheme::setColors(double hue, double multiplier)
DropPreviewBackground = getColor(hue, 0.5, 0.5, 0.6);
Text = TextCaret = lightTheme ? QColor(0, 0, 0) : QColor(255, 255, 255);
TextLink = lightTheme ? QColor(66, 134, 244) : QColor(66, 134, 244);
// tab
if (hasDarkBorder) {