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

    fix highlight tail variant variable interpretation
---
 apropospriate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index 0907505..d6ed473 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -472,7 +472,7 @@
                                  ,orange))
 
      `(highlight-tail-colors
-       (if (eq variant 'light)
+       (if (eq ',variant 'light)
            '((,orange-1 . 0)
              (,yellow . 10)
              (,yellow-1 . 30)

Reply via email to