$variables['--color-text-light'] = $colorMainText;
$variables['--color-text-lighter'] = $colorMainText;
+ $variables['--color-scrollbar'] = $this->util->lighten($colorMainBackground, 35);
+
// used for the icon loading animation
$variables['--color-loading-light'] = '#000000';
$variables['--color-loading-dark'] = '#dddddd';
'--color-main-background' => $colorMainBackground,
'--color-main-background-rgb' => $colorMainBackgroundRGB,
+ '--color-scrollbar' => $this->util->lighten($colorMainBackground, 15),
+
'--color-background-hover' => $this->util->lighten($colorMainBackground, 4),
'--color-background-dark' => $this->util->lighten($colorMainBackground, 7),
'--color-background-darker' => $this->util->lighten($colorMainBackground, 14),
$variables['--color-text-light'] = 'var(--color-main-text)';
$variables['--color-text-lighter'] = 'var(--color-main-text)';
+ $variables['--color-scrollbar'] = $this->util->darken($colorMainBackground, 25);
+
// used for the icon loading animation
$variables['--color-loading-light'] = '#dddddd';
$variables['--color-loading-dark'] = '#000000';