diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-06-14 01:06:26 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-06-14 01:06:26 -0400 |
commit | c5dd5a516c9f0f4b622452c42e34e95ca2e2fae5 (patch) | |
tree | 4a811ae80c86691b1ad0a7ffd454621739a6299e /etc/themes/tango-theme.el | |
parent | b9958282dc60f74c942f34412123ddc76f7c592e (diff) | |
download | emacs-c5dd5a516c9f0f4b622452c42e34e95ca2e2fae5.tar.gz |
Print theme summaries in *Custom Themes* buffer.
* lisp/cus-theme.el (describe-theme-1): Use custom-theme-p.
(custom-theme-summary): New function.
(customize-themes): Use it.
* etc/themes/light-blue-theme.el:
* etc/themes/misterioso-theme.el:
* etc/themes/tango-dark-theme.el:
* etc/themes/tango-theme.el:
* etc/themes/tsdh-dark-theme.el:
* etc/themes/tsdh-light-theme.el:
* etc/themes/wheatgrass-theme.el:
* etc/themes/wombat-theme.el: Tweak summaries for better listability.
Diffstat (limited to 'etc/themes/tango-theme.el')
-rw-r--r-- | etc/themes/tango-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/themes/tango-theme.el b/etc/themes/tango-theme.el index 7be50a17f5f..c58e0036353 100644 --- a/etc/themes/tango-theme.el +++ b/etc/themes/tango-theme.el @@ -28,7 +28,7 @@ ;;; Code: (deftheme tango - "Theme for faces, based on the Tango palette with a light background. + "Face colors using the Tango palette (light background). Basic, Font Lock, Isearch, Gnus, Message, Ediff, Flyspell, Semantic, and Ansi-Color faces are included.") |