branch: externals/modus-themes
commit ba747a245f43ccebb462290ba35608408d38cecb
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Change the scroll-bar background to ensure better visibility
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 9e49d3bc22..87c6906ebf 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -4633,7 +4633,7 @@ If COLOR is unspecified, then return :box unspecified."
     `(italic ((,c :slant italic)))
     `(cursor ((,c :background ,cursor)))
     `(fringe ((,c :background ,fringe :foreground ,fg-main)))
-    `(scroll-bar ((,c :background ,fringe :foreground ,border)))
+    `(scroll-bar ((,c :background ,bg-main :foreground ,border)))
     `(tool-bar ((,c :background ,bg-dim :foreground ,fg-main)))
     `(vertical-border ((,c :foreground ,border)))
 ;;;;; basic and/or ungrouped styles

Reply via email to