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/tsdh-dark-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/tsdh-dark-theme.el')
-rw-r--r-- | etc/themes/tsdh-dark-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el index b4fe0b59237..aaa43435ddf 100644 --- a/etc/themes/tsdh-dark-theme.el +++ b/etc/themes/tsdh-dark-theme.el @@ -20,7 +20,8 @@ ;;; Code: (deftheme tsdh-dark - "Theme with dark background used and created by Tassilo Horn.") + "Minor tweaks to the Emacs dark-background defaults. +Used and created by Tassilo Horn.") (custom-theme-set-faces 'tsdh-dark |