diff options
author | Chong Yidong <cyd@gnu.org> | 2011-10-18 02:17:05 -0400 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2011-10-18 02:17:05 -0400 |
commit | 08b0fee82afa6153e14179b60e8315219782507a (patch) | |
tree | c88cc226cc759f40e70b5aaf09d76afcd8101108 /etc/themes/dichromacy-theme.el | |
parent | 743d0817bcb3df7e3d86d414fd29b1553695f9f5 (diff) | |
download | emacs-08b0fee82afa6153e14179b60e8315219782507a.tar.gz emacs-08b0fee82afa6153e14179b60e8315219782507a.tar.bz2 emacs-08b0fee82afa6153e14179b60e8315219782507a.zip |
* 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/dichromacy-theme.el')
-rw-r--r-- | etc/themes/dichromacy-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/themes/dichromacy-theme.el b/etc/themes/dichromacy-theme.el index 3c260118b26..80215e564f5 100644 --- a/etc/themes/dichromacy-theme.el +++ b/etc/themes/dichromacy-theme.el @@ -42,7 +42,7 @@ Ansi-Color faces are included.") (custom-theme-set-faces 'dichromacy `(default ((,class (:foreground "black" :background "white")))) - `(cursor ((,class (:foreground "white" :background "black")))) + `(cursor ((,class (:background "black")))) ;; Highlighting faces `(fringe ((,class (:background "#f7f7f7")))) `(highlight ((,class (:foreground ,blue :background "#e5e5e5")))) |