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/whiteboard-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/whiteboard-theme.el')
-rw-r--r-- | etc/themes/whiteboard-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/themes/whiteboard-theme.el b/etc/themes/whiteboard-theme.el index e0fa7ff7ff7..e5c808df68d 100644 --- a/etc/themes/whiteboard-theme.el +++ b/etc/themes/whiteboard-theme.el @@ -38,7 +38,7 @@ `(cperl-array-face ((,class (:foreground "SlateBlue3")))) `(cperl-hash-face ((,class (:foreground "turquoise3")))) `(cperl-nonoverridable-face ((,class (:foreground "orchid3")))) - `(cursor ((,class (:background "Green4" :foreground "gainsboro")))) + `(cursor ((,class (:background "Green4")))) `(default ((,class (:background "whitesmoke" :foreground "black")))) `(dired-marked ((,class (:background "dodgerblue3" :foreground "white")))) `(flymake-errline ((,class (:background nil :underline "red")))) |