branch: elpa/ample-theme
commit 5c83062676c4d580cf26e607625d809450f7deb6
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>
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))))