aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2011-01-16 21:02:27 +0100
committerTassilo Horn2011-01-16 21:02:27 +0100
commit885b8edbd425560537a6846a5d1fdb13a623ef3d (patch)
treeee8bd965f4d34ec60be55055ae3e660b5ad280b8
parente5c7913c2d2461aebe795b60c725e60d6520143e (diff)
downloademacs-885b8edbd425560537a6846a5d1fdb13a623ef3d.tar.gz
emacs-885b8edbd425560537a6846a5d1fdb13a623ef3d.zip
Add face definition for header-line.
-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 cc1e86b3306..d15677114aa 100644
--- a/etc/themes/tsdh-dark-theme.el
+++ b/etc/themes/tsdh-dark-theme.el
@@ -32,6 +32,7 @@
32 '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) 32 '(diff-indicator-removed ((t (:inherit diff-indicator-changed))))
33 '(diff-removed ((t (:inherit diff-changed :background "dark red")))) 33 '(diff-removed ((t (:inherit diff-changed :background "dark red"))))
34 '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) 34 '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold))))
35 '(header-line ((t (:inherit mode-line :inverse-video t))))
35 '(hl-line ((t (:background "grey28")))) 36 '(hl-line ((t (:background "grey28"))))
36 '(message-header-subject ((t (:foreground "SkyBlue")))) 37 '(message-header-subject ((t (:foreground "SkyBlue"))))
37 '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) 38 '(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 5fb6ba84d70..9fac27fda1e 100644
--- a/etc/themes/tsdh-light-theme.el
+++ b/etc/themes/tsdh-light-theme.el
@@ -32,6 +32,7 @@
32 '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) 32 '(diff-indicator-removed ((t (:inherit diff-indicator-changed))))
33 '(diff-removed ((t (:inherit diff-changed :background "sandy brown")))) 33 '(diff-removed ((t (:inherit diff-changed :background "sandy brown"))))
34 '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) 34 '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold))))
35 '(header-line ((t (:inherit mode-line :inverse-video t))))
35 '(hl-line ((t (:background "grey95")))) 36 '(hl-line ((t (:background "grey95"))))
36 '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) 37 '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold))))
37 '(mode-line ((t (:box (:line-width -1 :color "red" :style released-button) :family "DejaVu Sans")))) 38 '(mode-line ((t (:box (:line-width -1 :color "red" :style released-button) :family "DejaVu Sans"))))