branch: elpa/apropospriate-theme
commit b17a8ce0686848ffd7c6d20aa66bf2e97b7ce3e5
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>

    add mlscroll support
---
 README.md        | 1 +
 apropospriate.el | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 4c05e9d..b61197d 100644
--- a/README.md
+++ b/README.md
@@ -112,3 +112,4 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Corfu
 * Vertico
 * Ediff
+* Mlscroll
diff --git a/apropospriate.el b/apropospriate.el
index b3e2282..161504a 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -681,6 +681,8 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(evil-visual-state-cursor '(,green box))
      `(pos-tip-foreground-color ,base02)
      `(pos-tip-background-color ,base00-1)
+     `(mlscroll-in-color ,base00+2)
+     `(mlscroll-out-color ,base00)
      `(highlight-indent-guides-auto-enabled nil)
      `(highlight-symbol-foreground-color ,base03)
      `(highlight-symbol-colors '(,yellow

Reply via email to