style: modified dark mode scroll bar background color

This commit is contained in:
XPoet 2020-11-20 14:50:46 +08:00
parent b331529a0e
commit c644c32718
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ $dark-border-color = lighten($dark-background-color, 20%);
$dark-selection-color = $selection-color;
$dark-shadow-color = rgba(128, 128, 128, 0.2);
$dark-shadow-hover-color = rgba(128, 128, 128, 0.28);
$dark-scroll-bar-color = darken($dark-default-text-color, 30%);
$dark-scroll-bar-color = darken($dark-background-color, 30%);
$dark-scroll-bar-bg-color = lighten($dark-background-color, 10%);
$dark-link-color = lighten($dark-default-text-color, 10%);
$dark-copyright-info-color = darken($copyright-info-color, 20%);