]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 c92720bccc860de04b5b5eae029deb928e4ca420..867bd775385b3a95318c8562df875368073fafd8 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 7b0c711f3b41845f65e921b64a65875c00909f94..cd76f22aab1f20167c7ce2c35ae98c1b8d5936de 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)