mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
changed scollbar background color
This commit is contained in:
parent
69af96f446
commit
a51735baae
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue