# HG changeset patch # User Tassilo Horn # Date 1294595365 -3600 # Node ID 7bdc1e5a82a97c298f5a14f0109b2ac1d7e9078b # Parent 1c4c22434b0d03b0fa36906ba84887358bb9b543 Add definition for `dired-directory' face. diff -r 1c4c22434b0d -r 7bdc1e5a82a9 etc/themes/tsdh-dark-theme.el --- 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)))) diff -r 1c4c22434b0d -r 7bdc1e5a82a9 etc/themes/tsdh-light-theme.el --- 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"))))