]> code.delx.au - gnu-emacs/commitdiff
Tweak to `button' face in custom themes.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 7 Jul 2011 01:48:14 +0000 (21:48 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 7 Jul 2011 01:48:14 +0000 (21:48 -0400)
* 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.

etc/ChangeLog
etc/themes/dichromacy-theme.el
etc/themes/tango-dark-theme.el
etc/themes/tango-theme.el
etc/themes/wheatgrass-theme.el

index 5e80b5029ff55f8c0dc89b5ecf93d894f2b83ab6..f2098dc210d0fbf8d1211166a22a37cd26b25373 100644 (file)
@@ -1,3 +1,11 @@
+2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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  <larsi@gnus.org>
 
        * NEWS: Clarify that `smtpmail-starttls-credentials' doesn't exist.
index 0105080ab08266980cde67c039c1194d9ff80661..31f27d9fb8aa7648eb235589793db2f978c7caf9 100644 (file)
@@ -72,7 +72,6 @@ Ansi-Color faces are included.")
    `(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
index b5621d103209453598c2c14d6a45037cd97a2817..403370c90cb999617b164b8a987c081b83541533 100644 (file)
@@ -86,7 +86,6 @@ Semantic, and Ansi-Color faces are included.")
    `(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
index c58e0036353e1fba8ed716894ad63b98744b9947..9d0f0aca94a18b88fb883c5c33a96e68f102fcdd 100644 (file)
@@ -77,7 +77,6 @@ Semantic, and Ansi-Color faces are included.")
    `(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
index 3a08bb63d96b68f9a235d90aa8f2ec925a93a302..9f8772c4d6ebc87796224328d92a8a8c7954ba23 100644 (file)
@@ -47,7 +47,6 @@ of green, brown, and blue.")
    `(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