Mercurial > emacs
changeset 112286:941344101fc6
Add face definition for header-line.
author | Tassilo Horn <tassilo@member.fsf.org> |
---|---|
date | Sun, 16 Jan 2011 21:02:27 +0100 |
parents | db24da5a1cc0 |
children | c8102d1f162e |
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 Sat Jan 15 18:34:57 2011 -0800 +++ b/etc/themes/tsdh-dark-theme.el Sun Jan 16 21:02:27 2011 +0100 @@ -32,6 +32,7 @@ '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) '(diff-removed ((t (:inherit diff-changed :background "dark red")))) '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) + '(header-line ((t (:inherit mode-line :inverse-video t)))) '(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 Sat Jan 15 18:34:57 2011 -0800 +++ b/etc/themes/tsdh-light-theme.el Sun Jan 16 21:02:27 2011 +0100 @@ -32,6 +32,7 @@ '(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)))) + '(header-line ((t (:inherit mode-line :inverse-video t)))) '(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"))))