* themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.

This commit is contained in:
Tassilo Horn 2013-05-31 09:15:51 +02:00
parent 0888c286e5
commit ac699eef91
2 changed files with 6 additions and 2 deletions

View 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)

View 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)