aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2011-07-06 21:48:14 -0400
committerChong Yidong2011-07-06 21:48:14 -0400
commit9970bcb27c7ed4e4a049eb9a90d1008b0702bdb4 (patch)
treed1880b3b1b3665befce1e34bbb17b2d045f59b75
parente14b388ad436ef0b50d839b512ba040feb7d556b (diff)
downloademacs-9970bcb27c7ed4e4a049eb9a90d1008b0702bdb4.tar.gz
emacs-9970bcb27c7ed4e4a049eb9a90d1008b0702bdb4.zip
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.
-rw-r--r--etc/ChangeLog8
-rw-r--r--etc/themes/dichromacy-theme.el1
-rw-r--r--etc/themes/tango-dark-theme.el1
-rw-r--r--etc/themes/tango-theme.el1
-rw-r--r--etc/themes/wheatgrass-theme.el1
5 files changed, 8 insertions, 4 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 5e80b5029ff..f2098dc210d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,11 @@
12011-07-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * themes/dichromacy-theme.el:
4 * themes/tango-theme.el:
5 * themes/tango-dark-theme.el:
6 * themes/wheatgrass-theme.el: Don't define button face separately;
7 it inherits from link now.
8
12011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org> 92011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 10
3 * NEWS: Clarify that `smtpmail-starttls-credentials' doesn't exist. 11 * NEWS: Clarify that `smtpmail-starttls-credentials' doesn't exist.
diff --git a/etc/themes/dichromacy-theme.el b/etc/themes/dichromacy-theme.el
index 0105080ab08..31f27d9fb8a 100644
--- a/etc/themes/dichromacy-theme.el
+++ b/etc/themes/dichromacy-theme.el
@@ -72,7 +72,6 @@ Ansi-Color faces are included.")
72 `(font-lock-warning-face ((,class (:weight bold :slant italic 72 `(font-lock-warning-face ((,class (:weight bold :slant italic
73 :foreground ,vermillion)))) 73 :foreground ,vermillion))))
74 ;; Button and link faces 74 ;; Button and link faces
75 `(button ((,class (:underline t :foreground ,blue))))
76 `(link ((,class (:underline t :foreground ,blue)))) 75 `(link ((,class (:underline t :foreground ,blue))))
77 `(link-visited ((,class (:underline t :foreground ,redpurple)))) 76 `(link-visited ((,class (:underline t :foreground ,redpurple))))
78 ;; Gnus faces 77 ;; Gnus faces
diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el
index b5621d10320..403370c90cb 100644
--- a/etc/themes/tango-dark-theme.el
+++ b/etc/themes/tango-dark-theme.el
@@ -86,7 +86,6 @@ Semantic, and Ansi-Color faces are included.")
86 `(font-lock-variable-name-face ((,class (:foreground ,orange-1)))) 86 `(font-lock-variable-name-face ((,class (:foreground ,orange-1))))
87 `(font-lock-warning-face ((,class (:foreground ,red-0)))) 87 `(font-lock-warning-face ((,class (:foreground ,red-0))))
88 ;; Button and link faces 88 ;; Button and link faces
89 `(button ((,class (:underline t :foreground ,blue-1))))
90 `(link ((,class (:underline t :foreground ,blue-1)))) 89 `(link ((,class (:underline t :foreground ,blue-1))))
91 `(link-visited ((,class (:underline t :foreground ,blue-2)))) 90 `(link-visited ((,class (:underline t :foreground ,blue-2))))
92 ;; Gnus faces 91 ;; Gnus faces
diff --git a/etc/themes/tango-theme.el b/etc/themes/tango-theme.el
index c58e0036353..9d0f0aca94a 100644
--- a/etc/themes/tango-theme.el
+++ b/etc/themes/tango-theme.el
@@ -77,7 +77,6 @@ Semantic, and Ansi-Color faces are included.")
77 `(font-lock-variable-name-face ((,class (:foreground ,orange-4)))) 77 `(font-lock-variable-name-face ((,class (:foreground ,orange-4))))
78 `(font-lock-warning-face ((,class (:foreground ,red-2)))) 78 `(font-lock-warning-face ((,class (:foreground ,red-2))))
79 ;; Button and link faces 79 ;; Button and link faces
80 `(button ((,class (:underline t :foreground ,blue-3))))
81 `(link ((,class (:underline t :foreground ,blue-3)))) 80 `(link ((,class (:underline t :foreground ,blue-3))))
82 `(link-visited ((,class (:underline t :foreground ,blue-2)))) 81 `(link-visited ((,class (:underline t :foreground ,blue-2))))
83 ;; Gnus faces 82 ;; Gnus faces
diff --git a/etc/themes/wheatgrass-theme.el b/etc/themes/wheatgrass-theme.el
index 3a08bb63d96..9f8772c4d6e 100644
--- a/etc/themes/wheatgrass-theme.el
+++ b/etc/themes/wheatgrass-theme.el
@@ -47,7 +47,6 @@ of green, brown, and blue.")
47 `(font-lock-variable-name-face ((,class (:foreground "yellow green")))) 47 `(font-lock-variable-name-face ((,class (:foreground "yellow green"))))
48 `(font-lock-warning-face ((,class (:foreground "salmon1")))) 48 `(font-lock-warning-face ((,class (:foreground "salmon1"))))
49 ;; Button and link faces 49 ;; Button and link faces
50 `(button ((,class (:underline t :foreground "cyan"))))
51 `(link ((,class (:underline t :foreground "cyan")))) 50 `(link ((,class (:underline t :foreground "cyan"))))
52 `(link-visited ((,class (:underline t :foreground "dark cyan")))) 51 `(link-visited ((,class (:underline t :foreground "dark cyan"))))
53 ;; Gnus faces 52 ;; Gnus faces