1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Add erc-button face

This commit is contained in:
Tom Willemse 2015-07-19 23:44:28 +02:00
parent f46a2279ad
commit 66c6d3da17
2 changed files with 3 additions and 0 deletions

View file

@ -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=.

View file

@ -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))))