From a51735baaee432c71f163d0ee41772c1c206e876 Mon Sep 17 00:00:00 2001 From: fourtf Date: Tue, 26 Dec 2017 17:01:44 +0100 Subject: [PATCH] changed scollbar background color --- src/colorscheme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colorscheme.cpp b/src/colorscheme.cpp index 91ee5fa9e..addaf51f1 100644 --- a/src/colorscheme.cpp +++ b/src/colorscheme.cpp @@ -110,7 +110,7 @@ void ColorScheme::setColors(double hue, double multiplier) ChatSeperator = lightTheme ? QColor(127, 127, 127) : QColor(80, 80, 80); // Scrollbar - ScrollbarBG = getColor(0, sat, 0.90); + ScrollbarBG = getColor(0, sat, 0.94); ScrollbarThumb = getColor(0, sat, 0.80); ScrollbarThumbSelected = getColor(0, sat, 0.7); ScrollbarArrow = getColor(0, sat, 0.9);