* themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.
authorTassilo Horn <tsdh@gnu.org>
Fri, 31 May 2013 07:15:51 +0000 (09:15 +0200)
committerTassilo Horn <tsdh@gnu.org>
Fri, 31 May 2013 07:15:51 +0000 (09:15 +0200)
etc/ChangeLog
etc/themes/tsdh-dark-theme.el

index c92720b..867bd77 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-31  Tassilo Horn  <tsdh@gnu.org>
+
+       * themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.
+
 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
 
        * refcards/refcard.tex: Refine some entries.  (Bug#14087)
index 7b0c711..cd76f22 100644 (file)
@@ -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)