]> git.eshelyaron.com Git - emacs.git/commitdiff
Add face definition for header-line.
authorTassilo Horn <tassilo@member.fsf.org>
Sun, 16 Jan 2011 20:02:27 +0000 (21:02 +0100)
committerTassilo Horn <tassilo@member.fsf.org>
Sun, 16 Jan 2011 20:02:27 +0000 (21:02 +0100)
etc/themes/tsdh-dark-theme.el
etc/themes/tsdh-light-theme.el

index cc1e86b33062deabc5a92cd5edb8b5e8c20a2a48..d15677114aae74bc4b27fbe55a9578a8d29c0a29 100644 (file)
@@ -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))))
index 5fb6ba84d700f0a57404d09e3b9702a1aa2f28d9..9fac27fda1e5946f869803a9a26ac3df742ddbdb 100644 (file)
@@ -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"))))