emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102801: Add definition for `dired-di


From: Tassilo Horn
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102801: Add definition for `dired-directory' face.
Date: Sun, 09 Jan 2011 18:49:25 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102801
committer: Tassilo Horn <address@hidden>
branch nick: trunk
timestamp: Sun 2011-01-09 18:49:25 +0100
message:
  Add definition for `dired-directory' face.
modified:
  etc/themes/tsdh-dark-theme.el
  etc/themes/tsdh-light-theme.el
=== modified file 'etc/themes/tsdh-dark-theme.el'
--- a/etc/themes/tsdh-dark-theme.el     2011-01-08 17:57:55 +0000
+++ b/etc/themes/tsdh-dark-theme.el     2011-01-09 17:49:25 +0000
@@ -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))))

=== modified file 'etc/themes/tsdh-light-theme.el'
--- a/etc/themes/tsdh-light-theme.el    2011-01-08 17:57:55 +0000
+++ b/etc/themes/tsdh-light-theme.el    2011-01-09 17:49:25 +0000
@@ -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"))))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]