tabs now grey out when the window loses focus

This commit is contained in:
fourtf
2017-08-17 16:43:19 +02:00
parent b8db0f7d4c
commit 6b0a7f507e
4 changed files with 21 additions and 6 deletions
+3
View File
@@ -90,6 +90,9 @@ void ColorScheme::setColors(double hue, double multiplier)
TabSelectedText = QColor(255, 255, 255);
TabSelectedBackground = getColor(hue, 0.5, 0.5);
TabSelectedUnfocusedText = QColor(255, 255, 255);
TabSelectedUnfocusedBackground = getColor(hue, 0, 0.5);
TabHighlightedText = QColor(0, 0, 0);
TabHighlightedBackground = getColor(hue, 0.5, 0.2);