summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTassilo Horn <tassilo@member.fsf.org>2011-01-09 18:49:25 +0100
committerTassilo Horn <tassilo@member.fsf.org>2011-01-09 18:49:25 +0100
commit35e0ebb459c48cb66d184be88ba392c5b5d11066 (patch)
tree017e17d679a500a6c545b7c471e3ced15995a93c /etc
parent973f1f2a8155542e97b9043ef7d233a93212a0fa (diff)
downloademacs-35e0ebb459c48cb66d184be88ba392c5b5d11066.tar.gz
Add definition for `dired-directory' face.
Diffstat (limited to 'etc')
-rw-r--r--etc/themes/tsdh-dark-theme.el1
-rw-r--r--etc/themes/tsdh-light-theme.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el
index f7761d0489e..4fe86987d87 100644
--- a/etc/themes/tsdh-dark-theme.el
+++ b/etc/themes/tsdh-dark-theme.el
@@ -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 --git a/etc/themes/tsdh-light-theme.el b/etc/themes/tsdh-light-theme.el
index b66acccaa83..5fb6ba84d70 100644
--- a/etc/themes/tsdh-light-theme.el
+++ b/etc/themes/tsdh-light-theme.el
@@ -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"))))