comparison lisp/cus-edit.el @ 61394:31aa9a390538

* mh-customize.el (mh-speedbar-selected-folder-face): Special case high number of colors displays. * textmodes/table.el (table-cell-face): Add special case for displays supporting a high number of colors. * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face) (vhdl-font-lock-reserved-words-face) (vhdl-speedbar-architecture-face) (vhdl-speedbar-instantiation-face) (vhdl-speedbar-architecture-selected-face) (vhdl-speedbar-instantiation-selected-face): Likewise. * progmodes/sh-script.el (sh-heredoc-face): Likewise. * progmodes/idlw-help.el (idlwave-help-link-face): Likewise. * progmodes/ebrowse.el (ebrowse-tree-mark-face) (ebrowse-root-class-face, ebrowse-member-attribute-face) (ebrowse-progress-face): Likewise. * progmodes/compile.el (compilation-info-face): Likewise. * progmodes/cc-fonts.el (c-invalid-face): Likewise. * emacs-lisp/re-builder.el (reb-match-3): Likewise. * calendar/calendar.el (diary-face): Likewise. * woman.el (woman-italic-face, woman-bold-face) (woman-unknown-face): Likewise. * wid-edit.el (widget-button-pressed-face): Likewise. * whitespace.el (whitespace-highlight-face): Likewise. * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise. * pcvs-info.el (cvs-marked-face): Likewise. * info.el (info-xref): Likewise. * ido.el (ido-subdir-face, ido-indicator-face): Likewise. * hilit-chg.el (highlight-changes-face) (highlight-changes-delete-face): Likewise. * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b) (hi-red-b): Likewise. * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise. * font-lock.el (font-lock-keyword-face) (font-lock-function-name-face, font-lock-warning-face): Likewise. * cus-edit.el (custom-invalid-face, custom-modified-face) (custom-set-face, custom-changed-face, custom-variable-tag-face) (custom-group-tag-face-1, custom-group-tag-face): Likewise. * comint.el (comint-highlight-prompt): Likewise.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 08 Apr 2005 14:26:13 +0000
parents 0592ebb75598
children a2c0a72230cf
comparison
equal deleted inserted replaced
61393:dc3d2bbd5575 61394:31aa9a390538
1631 "Faces used by the magic button." 1631 "Faces used by the magic button."
1632 :group 'custom-faces 1632 :group 'custom-faces
1633 :group 'custom-buffer) 1633 :group 'custom-buffer)
1634 1634
1635 (defface custom-invalid-face '((((class color)) 1635 (defface custom-invalid-face '((((class color))
1636 (:foreground "yellow" :background "red")) 1636 (:foreground "yellow1" :background "red1"))
1637 (t 1637 (t
1638 (:weight bold :slant italic :underline t))) 1638 (:weight bold :slant italic :underline t)))
1639 "Face used when the customize item is invalid." 1639 "Face used when the customize item is invalid."
1640 :group 'custom-magic-faces) 1640 :group 'custom-magic-faces)
1641 1641
1644 (t 1644 (t
1645 (:underline t))) 1645 (:underline t)))
1646 "Face used when the customize item is not defined for customization." 1646 "Face used when the customize item is not defined for customization."
1647 :group 'custom-magic-faces) 1647 :group 'custom-magic-faces)
1648 1648
1649 (defface custom-modified-face '((((class color)) 1649 (defface custom-modified-face '(((min-colors 88) ((class color))
1650 (:foreground "white" :background "blue1"))
1651 (((class color))
1650 (:foreground "white" :background "blue")) 1652 (:foreground "white" :background "blue"))
1651 (t 1653 (t
1652 (:slant italic :bold))) 1654 (:slant italic :bold)))
1653 "Face used when the customize item has been modified." 1655 "Face used when the customize item has been modified."
1654 :group 'custom-magic-faces) 1656 :group 'custom-magic-faces)
1655 1657
1656 (defface custom-set-face '((((class color)) 1658 (defface custom-set-face '((((min-colors 88) (class color))
1659 (:foreground "blue1" :background "white"))
1660 (((class color))
1657 (:foreground "blue" :background "white")) 1661 (:foreground "blue" :background "white"))
1658 (t 1662 (t
1659 (:slant italic))) 1663 (:slant italic)))
1660 "Face used when the customize item has been set." 1664 "Face used when the customize item has been set."
1661 :group 'custom-magic-faces) 1665 :group 'custom-magic-faces)
1662 1666
1663 (defface custom-changed-face '((((class color)) 1667 (defface custom-changed-face '((((min-colors 88) (class color))
1668 (:foreground "white" :background "blue1"))
1669 (((class color))
1664 (:foreground "white" :background "blue")) 1670 (:foreground "white" :background "blue"))
1665 (t 1671 (t
1666 (:slant italic))) 1672 (:slant italic)))
1667 "Face used when the customize item has been changed." 1673 "Face used when the customize item has been changed."
1668 :group 'custom-magic-faces) 1674 :group 'custom-magic-faces)
2146 ;; Mosaic-style hyperlink... 2152 ;; Mosaic-style hyperlink...
2147 (defface custom-variable-tag-face 2153 (defface custom-variable-tag-face
2148 `((((class color) 2154 `((((class color)
2149 (background dark)) 2155 (background dark))
2150 (:foreground "light blue" :weight bold :height 1.2 :inherit variable-pitch)) 2156 (:foreground "light blue" :weight bold :height 1.2 :inherit variable-pitch))
2157 (((min-colors 88) (class color)
2158 (background light))
2159 (:foreground "blue1" :weight bold :height 1.2 :inherit variable-pitch))
2151 (((class color) 2160 (((class color)
2152 (background light)) 2161 (background light))
2153 (:foreground "blue" :weight bold :height 1.2 :inherit variable-pitch)) 2162 (:foreground "blue" :weight bold :height 1.2 :inherit variable-pitch))
2154 (t (:weight bold))) 2163 (t (:weight bold)))
2155 "Face used for unpushable variable tags." 2164 "Face used for unpushable variable tags."
2156 :group 'custom-faces) 2165 :group 'custom-faces)
2157 2166
2158 (defface custom-variable-button-face '((t (:underline t :weight bold))) 2167 (defface custom-variable-button-face '((t (:underline t :weight bold)))
3390 3399
3391 (defface custom-group-tag-face-1 3400 (defface custom-group-tag-face-1
3392 `((((class color) 3401 `((((class color)
3393 (background dark)) 3402 (background dark))
3394 (:foreground "pink" :weight bold :height 1.2 :inherit variable-pitch)) 3403 (:foreground "pink" :weight bold :height 1.2 :inherit variable-pitch))
3404 (((min-colors 88) (class color)
3405 (background light))
3406 (:foreground "red1" :weight bold :height 1.2 :inherit variable-pitch))
3395 (((class color) 3407 (((class color)
3396 (background light)) 3408 (background light))
3397 (:foreground "red" :weight bold :height 1.2 :inherit variable-pitch)) 3409 (:foreground "red" :weight bold :height 1.2 :inherit variable-pitch))
3398 (t (:weight bold))) 3410 (t (:weight bold)))
3399 "Face used for group tags." 3411 "Face used for group tags."
3401 3413
3402 (defface custom-group-tag-face 3414 (defface custom-group-tag-face
3403 `((((class color) 3415 `((((class color)
3404 (background dark)) 3416 (background dark))
3405 (:foreground "light blue" :weight bold :height 1.2)) 3417 (:foreground "light blue" :weight bold :height 1.2))
3418 (((min-colors 88) (class color)
3419 (background light))
3420 (:foreground "blue1" :weight bold :height 1.2))
3406 (((class color) 3421 (((class color)
3407 (background light)) 3422 (background light))
3408 (:foreground "blue" :weight bold :height 1.2)) 3423 (:foreground "blue" :weight bold :height 1.2))
3409 (t (:weight bold))) 3424 (t (:weight bold)))
3410 "Face used for low level group tags." 3425 "Face used for low level group tags."