emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105005: Tweak to `button' face in cu


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105005: Tweak to `button' face in custom themes.
Date: Wed, 06 Jul 2011 21:48:14 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105005
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-06 21:48:14 -0400
message:
  Tweak to `button' face in custom themes.
  
  * etc/themes/dichromacy-theme.el:
  * etc/themes/tango-theme.el:
  * etc/themes/tango-dark-theme.el:
  * etc/themes/wheatgrass-theme.el: Don't define button face separately;
  it inherits from link now.
modified:
  etc/ChangeLog
  etc/themes/dichromacy-theme.el
  etc/themes/tango-dark-theme.el
  etc/themes/tango-theme.el
  etc/themes/wheatgrass-theme.el
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2011-07-06 16:50:34 +0000
+++ b/etc/ChangeLog     2011-07-07 01:48:14 +0000
@@ -1,3 +1,11 @@
+2011-07-07  Chong Yidong  <address@hidden>
+
+       * themes/dichromacy-theme.el:
+       * themes/tango-theme.el:
+       * themes/tango-dark-theme.el:
+       * themes/wheatgrass-theme.el: Don't define button face separately;
+       it inherits from link now.
+
 2011-07-06  Lars Magne Ingebrigtsen  <address@hidden>
 
        * NEWS: Clarify that `smtpmail-starttls-credentials' doesn't exist.

=== modified file 'etc/themes/dichromacy-theme.el'
--- a/etc/themes/dichromacy-theme.el    2011-06-14 05:00:35 +0000
+++ b/etc/themes/dichromacy-theme.el    2011-07-07 01:48:14 +0000
@@ -72,7 +72,6 @@
    `(font-lock-warning-face ((,class (:weight bold :slant italic
                                      :foreground ,vermillion))))
    ;; Button and link faces
-   `(button ((,class (:underline t :foreground ,blue))))
    `(link ((,class (:underline t :foreground ,blue))))
    `(link-visited ((,class (:underline t :foreground ,redpurple))))
    ;; Gnus faces

=== modified file 'etc/themes/tango-dark-theme.el'
--- a/etc/themes/tango-dark-theme.el    2011-06-14 05:06:26 +0000
+++ b/etc/themes/tango-dark-theme.el    2011-07-07 01:48:14 +0000
@@ -86,7 +86,6 @@
    `(font-lock-variable-name-face ((,class (:foreground ,orange-1))))
    `(font-lock-warning-face ((,class (:foreground ,red-0))))
    ;; Button and link faces
-   `(button ((,class (:underline t :foreground ,blue-1))))
    `(link ((,class (:underline t :foreground ,blue-1))))
    `(link-visited ((,class (:underline t :foreground ,blue-2))))
    ;; Gnus faces

=== modified file 'etc/themes/tango-theme.el'
--- a/etc/themes/tango-theme.el 2011-06-14 05:06:26 +0000
+++ b/etc/themes/tango-theme.el 2011-07-07 01:48:14 +0000
@@ -77,7 +77,6 @@
    `(font-lock-variable-name-face ((,class (:foreground ,orange-4))))
    `(font-lock-warning-face ((,class (:foreground ,red-2))))
    ;; Button and link faces
-   `(button ((,class (:underline t :foreground ,blue-3))))
    `(link ((,class (:underline t :foreground ,blue-3))))
    `(link-visited ((,class (:underline t :foreground ,blue-2))))
    ;; Gnus faces

=== modified file 'etc/themes/wheatgrass-theme.el'
--- a/etc/themes/wheatgrass-theme.el    2011-06-14 05:06:26 +0000
+++ b/etc/themes/wheatgrass-theme.el    2011-07-07 01:48:14 +0000
@@ -47,7 +47,6 @@
    `(font-lock-variable-name-face ((,class (:foreground "yellow green"))))
    `(font-lock-warning-face ((,class (:foreground "salmon1"))))
    ;; Button and link faces
-   `(button ((,class (:underline t :foreground "cyan"))))
    `(link ((,class (:underline t :foreground "cyan"))))
    `(link-visited ((,class (:underline t :foreground "dark cyan"))))
    ;; Gnus faces


reply via email to

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