mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Add erc-button face
This commit is contained in:
parent
f46a2279ad
commit
66c6d3da17
2 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,8 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
|
||||||
=magit-diff-added-highlight=, =magit-diff-context=,
|
=magit-diff-added-highlight=, =magit-diff-context=,
|
||||||
=magit-diff-context-highlight=.
|
=magit-diff-context-highlight=.
|
||||||
|
|
||||||
|
** ADDED =erc-button= face.
|
||||||
|
|
||||||
** CHANGED Change faces to stop using certain colors.
|
** CHANGED Change faces to stop using certain colors.
|
||||||
|
|
||||||
** CHANGED Change =gnus-signature= foreground to =fgdim=.
|
** CHANGED Change =gnus-signature= foreground to =fgdim=.
|
||||||
|
|
|
@ -74,6 +74,7 @@
|
||||||
`(ediff-current-diff-B ((t (:inherit diff-added))))
|
`(ediff-current-diff-B ((t (:inherit diff-added))))
|
||||||
`(ediff-fine-diff-A ((t (:inherit diff-refine-removed))))
|
`(ediff-fine-diff-A ((t (:inherit diff-refine-removed))))
|
||||||
`(ediff-fine-diff-B ((t (:inherit diff-refine-added))))
|
`(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-current-nick-face ((t (:foreground ,fgred :weight bold))))
|
||||||
`(erc-input-face ((t (:inherit shadow))))
|
`(erc-input-face ((t (:inherit shadow))))
|
||||||
`(erc-my-nick-face ((t (:inherit erc-current-nick-face))))
|
`(erc-my-nick-face ((t (:inherit erc-current-nick-face))))
|
||||||
|
|
Loading…
Reference in a new issue