branch: elpa/alect-themes
commit c6aba029a2f578e02dbf3189d737f2b5fd4ddd88
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add 'scroll-bar' face
---
alect-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/alect-themes.el b/alect-themes.el
index 76043a8..0235805 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -400,6 +400,7 @@ For INVERT, see `alect-get-color'."
:background ,(gc 'bg-2)
:height ,alect-header-height)))
(tool-bar ((,c :inherit mode-line)))
+ (scroll-bar ((,c :background ,(gc 'bg+2))))
(tooltip ((,c :inherit variable-pitch
:foreground ,(gc 'cyan+2)
:background ,(gc 'bg-2))))