diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/themes/tsdh-dark-theme.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index c92720bccc8..867bd775385 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-05-31 Tassilo Horn <tsdh@gnu.org> | ||
| 2 | |||
| 3 | * themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces. | ||
| 4 | |||
| 1 | 2013-05-25 Xue Fuqiao <xfq.free@gmail.com> | 5 | 2013-05-25 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 6 | ||
| 3 | * refcards/refcard.tex: Refine some entries. (Bug#14087) | 7 | * refcards/refcard.tex: Refine some entries. (Bug#14087) |
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.") | |||
| 73 | '(magit-section-title ((t (:inherit magit-header :background "dark slate blue")))) | 73 | '(magit-section-title ((t (:inherit magit-header :background "dark slate blue")))) |
| 74 | '(menu ((t (:background "gray30" :foreground "gray70")))) | 74 | '(menu ((t (:background "gray30" :foreground "gray70")))) |
| 75 | '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) | 75 | '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) |
| 76 | '(mode-line ((t (:box (:line-width 1 :color "red") :family "DejaVu Sans")))) | 76 | '(mode-line ((t (:background "gray30" :box (:line-width 1 :color "red") :family "DejaVu Sans")))) |
| 77 | '(mode-line-inactive ((t (:inherit mode-line :foreground "dim gray")))) | 77 | '(mode-line-inactive ((t (:inherit mode-line :foreground "dark gray")))) |
| 78 | '(org-agenda-date ((t (:inherit org-agenda-structure))) t) | 78 | '(org-agenda-date ((t (:inherit org-agenda-structure))) t) |
| 79 | '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t))) t) | 79 | '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t))) t) |
| 80 | '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "green"))) t) | 80 | '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "green"))) t) |