]> git.eshelyaron.com Git - emacs.git/commitdiff
Add definition for `dired-directory' face.
authorTassilo Horn <tassilo@member.fsf.org>
Sun, 9 Jan 2011 17:49:25 +0000 (18:49 +0100)
committerTassilo Horn <tassilo@member.fsf.org>
Sun, 9 Jan 2011 17:49:25 +0000 (18:49 +0100)
etc/themes/tsdh-dark-theme.el
etc/themes/tsdh-light-theme.el

index f7761d0489eb07ec94296bfefb2a20536f09a153..4fe86987d871e87517654bf9b0e4a7650a4d0f6c 100644 (file)
@@ -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))))
index b66acccaa83f0f8a650784345fa8f2fa81bd864f..5fb6ba84d700f0a57404d09e3b9702a1aa2f28d9 100644 (file)
@@ -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"))))