+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)
'(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)