emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/wid-edit.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/wid-edit.el
Date: Mon, 15 Apr 2002 02:18:13 -0400

Index: emacs/lisp/wid-edit.el
diff -c emacs/lisp/wid-edit.el:1.107 emacs/lisp/wid-edit.el:1.108
*** emacs/lisp/wid-edit.el:1.107        Fri Feb 15 03:04:23 2002
--- emacs/lisp/wid-edit.el      Mon Apr 15 02:18:13 2002
***************
*** 124,151 ****
  ;; the gray colors defined for other displays cause black text on a black
  ;; background, at least on light-background TTYs.
  (defface widget-field-face '((((type tty))
!                             (:background "yellow3"))
                             (((class grayscale color)
                               (background light))
!                             (:background "gray85"))
                             (((class grayscale color)
                               (background dark))
!                             (:background "dim gray"))
                             (t
!                             (:slant italic)))
    "Face used for editable fields."
    :group 'widget-faces)
  
  (defface widget-single-line-field-face '((((type tty))
!                                         (:background "green3"))
                                         (((class grayscale color)
                                           (background light))
!                                         (:background "gray85"))
                                         (((class grayscale color)
                                           (background dark))
!                                         (:background "dim gray"))
                                         (t
!                                         (:slant italic)))
    "Face used for editable fields spanning only a single line."
    :group 'widget-faces)
  
--- 124,153 ----
  ;; the gray colors defined for other displays cause black text on a black
  ;; background, at least on light-background TTYs.
  (defface widget-field-face '((((type tty))
!                             :background "yellow3"
!                             :foreground "black")
                             (((class grayscale color)
                               (background light))
!                             :background "gray85")
                             (((class grayscale color)
                               (background dark))
!                             :background "dim gray")
                             (t
!                             :slant italic))
    "Face used for editable fields."
    :group 'widget-faces)
  
  (defface widget-single-line-field-face '((((type tty))
!                                         :background "green3"
!                                         :foreground "black")
                                         (((class grayscale color)
                                           (background light))
!                                         :background "gray85")
                                         (((class grayscale color)
                                           (background dark))
!                                         :background "dim gray")
                                         (t
!                                         :slant italic))
    "Face used for editable fields spanning only a single line."
    :group 'widget-faces)
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]