emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ample-theme 5c83062 054/137: cursor foreground is buffer b


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 5c83062 054/137: cursor foreground is buffer background
Date: Thu, 21 Oct 2021 18:00:16 -0400 (EDT)

branch: elpa/ample-theme
commit 5c83062676c4d580cf26e607625d809450f7deb6
Author: jordonbiondo <biondoj@mail.gvsu.edu>
Commit: jordonbiondo <biondoj@mail.gvsu.edu>

    cursor foreground is buffer background
---
 ample-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ample-theme.el b/ample-theme.el
index 8ecfe90..4934096 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -79,7 +79,7 @@
   (custom-theme-set-faces
    `ample ;; you must use the same theme name here...
    `(default ((t (:foreground ,ample/fg :background ,ample/bg))))
-   `(cursor  ((t (:background ,ample/cursor))))
+   `(cursor  ((t (:foreground ,ample/bg :background ,ample/cursor))))
    `(fringe  ((t (:background ,ample/fringe))))
    `(region  ((t (:background ,ample/region))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]