aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-07-19 23:44:28 +0200
committerGravatar Tom Willemse2015-07-19 23:44:28 +0200
commit66c6d3da1777df268d5d9efb34638155c9aabe93 (patch)
tree224cd31da2a979fd04625d06b391696722700bba
parentf46a2279ad3c8d8ac3424f3a95fc2b4866a63bb6 (diff)
downloadyoshi-theme-66c6d3da1777df268d5d9efb34638155c9aabe93.tar.gz
yoshi-theme-66c6d3da1777df268d5d9efb34638155c9aabe93.zip
Add erc-button face
-rw-r--r--CHANGELOG.org2
-rw-r--r--yoshi-theme.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index b19319b..7eff2e8 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -31,6 +31,8 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
=magit-diff-added-highlight=, =magit-diff-context=,
=magit-diff-context-highlight=.
+** ADDED =erc-button= face.
+
** CHANGED Change faces to stop using certain colors.
** CHANGED Change =gnus-signature= foreground to =fgdim=.
diff --git a/yoshi-theme.el b/yoshi-theme.el
index c8e8b30..f0595f6 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -74,6 +74,7 @@
`(ediff-current-diff-B ((t (:inherit diff-added))))
`(ediff-fine-diff-A ((t (:inherit diff-refine-removed))))
`(ediff-fine-diff-B ((t (:inherit diff-refine-added))))
+ `(erc-button ((t (:weight unspecified :inherit button))))
`(erc-current-nick-face ((t (:foreground ,fgred :weight bold))))
`(erc-input-face ((t (:inherit shadow))))
`(erc-my-nick-face ((t (:inherit erc-current-nick-face))))