summaryrefslogtreecommitdiff
path: root/etc/themes/wombat-theme.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2011-10-18 02:17:05 -0400
committerChong Yidong <cyd@gnu.org>2011-10-18 02:17:05 -0400
commit08b0fee82afa6153e14179b60e8315219782507a (patch)
treec88cc226cc759f40e70b5aaf09d76afcd8101108 /etc/themes/wombat-theme.el
parent743d0817bcb3df7e3d86d414fd29b1553695f9f5 (diff)
downloademacs-08b0fee82afa6153e14179b60e8315219782507a.tar.gz
* lisp/faces.el (cursor): Doc fix.
Also, remove the :foreground attributes from cursor faces in built-in themes, since that attribute is unmeaningful.
Diffstat (limited to 'etc/themes/wombat-theme.el')
-rw-r--r--etc/themes/wombat-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/themes/wombat-theme.el b/etc/themes/wombat-theme.el
index 2aa64f894bf..6691b4a4016 100644
--- a/etc/themes/wombat-theme.el
+++ b/etc/themes/wombat-theme.el
@@ -31,7 +31,7 @@ are included.")
(custom-theme-set-faces
'wombat
`(default ((,class (:background "#242424" :foreground "#f6f3e8"))))
- `(cursor ((,class (:background "#656565" :foreground "#f6f3e8"))))
+ `(cursor ((,class (:background "#656565"))))
;; Highlighting faces
`(fringe ((,class (:background "#303030"))))
`(highlight ((,class (:background "#454545" :foreground "#ffffff"