Mercurial > emacs
changeset 112172:7bdc1e5a82a9
Add definition for `dired-directory' face.
author | Tassilo Horn <tassilo@member.fsf.org> |
---|---|
date | Sun, 09 Jan 2011 18:49:25 +0100 |
parents | 1c4c22434b0d |
children | daedfad2f1e3 |
files | etc/themes/tsdh-dark-theme.el etc/themes/tsdh-light-theme.el |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/themes/tsdh-dark-theme.el Sun Jan 09 09:26:29 2011 -0500 +++ b/etc/themes/tsdh-dark-theme.el Sun Jan 09 18:49:25 2011 +0100 @@ -31,6 +31,7 @@ '(diff-indicator-changed ((t (:weight bold)))) '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) '(diff-removed ((t (:inherit diff-changed :background "sandy brown")))) + '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) '(hl-line ((t (:background "grey28")))) '(message-header-subject ((t (:foreground "SkyBlue")))) '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold))))
--- a/etc/themes/tsdh-light-theme.el Sun Jan 09 09:26:29 2011 -0500 +++ b/etc/themes/tsdh-light-theme.el Sun Jan 09 18:49:25 2011 +0100 @@ -31,6 +31,7 @@ '(diff-indicator-changed ((t (:weight bold)))) '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) '(diff-removed ((t (:inherit diff-changed :background "sandy brown")))) + '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) '(hl-line ((t (:background "grey95")))) '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) '(mode-line ((t (:box (:line-width -1 :color "red" :style released-button) :family "DejaVu Sans"))))