diff --git a/zenburn.el b/zenburn.el index ebd6b74..6195723 100644 --- a/zenburn.el +++ b/zenburn.el @@ -262,7 +262,7 @@ '(show-paren-match ((t (:inherit font-lock-keyword)))) '(match ((t (:weight bold)))) - `(cursor ((t (:background ,zenburn-fg :foreground ,zenburn-bg)))) + `(cursor ((t (:background "#996633" :foreground ,zenburn-bg)))) '(hover-highlight ((t (:underline t :foreground "#f8f893")))) '(menu ((t nil))) '(mouse ((t (:inherit zenburn-foreground))))