summaryrefslogtreecommitdiff
path: root/etc/themes
diff options
context:
space:
mode:
authorTassilo Horn <tsdh@gnu.org>2013-05-31 09:15:51 +0200
committerTassilo Horn <tsdh@gnu.org>2013-05-31 09:15:51 +0200
commitac699eef91a8261e900e874f8023ebdfb3fefee9 (patch)
tree543c6bc5bdee3b7a385541591768d1f172c93d5b /etc/themes
parent0888c286e53b70c862eedd1871ed4e90b4f66d6e (diff)
downloademacs-ac699eef91a8261e900e874f8023ebdfb3fefee9.tar.gz
* themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.
Diffstat (limited to 'etc/themes')
-rw-r--r--etc/themes/tsdh-dark-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el
index 7b0c711f3b4..cd76f22aab1 100644
--- a/etc/themes/tsdh-dark-theme.el
+++ b/etc/themes/tsdh-dark-theme.el
@@ -73,8 +73,8 @@ Used and created by Tassilo Horn.")
'(magit-section-title ((t (:inherit magit-header :background "dark slate blue"))))
'(menu ((t (:background "gray30" :foreground "gray70"))))
'(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") :family "DejaVu Sans"))))
- '(mode-line-inactive ((t (:inherit mode-line :foreground "dim gray"))))
+ '(mode-line ((t (:background "gray30" :box (:line-width 1 :color "red") :family "DejaVu Sans"))))
+ '(mode-line-inactive ((t (:inherit mode-line :foreground "dark gray"))))
'(org-agenda-date ((t (:inherit org-agenda-structure))) t)
'(org-agenda-date-today ((t (:inherit org-agenda-date :underline t))) t)
'(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "green"))) t)