diff options
Diffstat (limited to 'apps/theming/lib/Themes/HighContrastTheme.php')
-rw-r--r-- | apps/theming/lib/Themes/HighContrastTheme.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/lib/Themes/HighContrastTheme.php b/apps/theming/lib/Themes/HighContrastTheme.php index a9ba6da42a9..22348c4de37 100644 --- a/apps/theming/lib/Themes/HighContrastTheme.php +++ b/apps/theming/lib/Themes/HighContrastTheme.php @@ -70,6 +70,8 @@ class HighContrastTheme extends DefaultTheme implements ITheme { $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'; |