emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112798: * themes/tsdh-dark-theme.el


From: Tassilo Horn
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112798: * themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.
Date: Fri, 31 May 2013 09:15:51 +0200
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112798
committer: Tassilo Horn <address@hidden>
branch nick: trunk
timestamp: Fri 2013-05-31 09:15:51 +0200
message:
  * themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.
modified:
  etc/ChangeLog
  etc/themes/tsdh-dark-theme.el
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-05-25 02:17:54 +0000
+++ b/etc/ChangeLog     2013-05-31 07:15:51 +0000
@@ -1,3 +1,7 @@
+2013-05-31  Tassilo Horn  <address@hidden>
+
+       * themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.
+
 2013-05-25  Xue Fuqiao  <address@hidden>
 
        * refcards/refcard.tex: Refine some entries.  (Bug#14087)

=== modified file 'etc/themes/tsdh-dark-theme.el'
--- a/etc/themes/tsdh-dark-theme.el     2013-04-24 16:50:14 +0000
+++ b/etc/themes/tsdh-dark-theme.el     2013-05-31 07:15:51 +0000
@@ -73,8 +73,8 @@
  '(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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]