mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-04 03:10:50 +01:00
Add scroll bar color-scheme for dark & high-contrast
This commit is contained in:
2
gradle/changelog/scrollbar-theme.yaml
Normal file
2
gradle/changelog/scrollbar-theme.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: added
|
||||
description: Dark scrollbar for dark and high contrast theme
|
||||
@@ -225,6 +225,8 @@ $danger-25: scale-color($danger, $lightness: -75%);
|
||||
--diff-code-selected-background-color: #{desaturate(#fffce0, 20%)};
|
||||
--diff-omit-gutter-line-color: #cb2a1d;
|
||||
--diff-whitespace-color: #{desaturate(#fffce0, 20%)};
|
||||
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
.menu-list {
|
||||
|
||||
@@ -123,6 +123,8 @@ $tooltip-color: $scheme-main;
|
||||
--diff-code-selected-background-color: #fffce0;
|
||||
--diff-omit-gutter-line-color: #cb2a1d;
|
||||
--diff-whitespace-color: #fffce0;
|
||||
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
@mixin button-variant($name, $variant, $variant-invert: $scheme-main) {
|
||||
|
||||
Reference in New Issue
Block a user