mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Add some ediff faces
This commit is contained in:
parent
0dac8afe67
commit
caa83e4475
2 changed files with 9 additions and 0 deletions
|
@ -39,6 +39,11 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
|
|||
With =org-fontify-whole-block-delimiter-line= set to =t= the org block colors
|
||||
have a better appearance.
|
||||
|
||||
** ADDED Some ediff faces
|
||||
|
||||
Add the ediff faces: =ediff-even-diff-A=, =ediff-even-diff-B=, =ediff-odd-diff-A=,
|
||||
and =ediff-odd-diff-B=.
|
||||
|
||||
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: release-6.2.0
|
||||
|
|
|
@ -136,9 +136,13 @@
|
|||
`(ediff-current-diff-A ((t (:inherit diff-removed))))
|
||||
`(ediff-current-diff-B ((t (:inherit diff-added))))
|
||||
`(ediff-current-diff-C ((t (:inherit diff-changed))))
|
||||
`(ediff-even-diff-A ((t (:background ,bgyellow))))
|
||||
`(ediff-even-diff-B ((t (:background ,bgyellow))))
|
||||
`(ediff-fine-diff-A ((t (:inherit diff-refine-removed))))
|
||||
`(ediff-fine-diff-B ((t (:inherit diff-refine-added))))
|
||||
`(ediff-fine-diff-C ((t (:inherit diff-refine-change))))
|
||||
`(ediff-odd-diff-A ((t (:background ,bgyellow))))
|
||||
`(ediff-odd-diff-B ((t (:background ,bgyellow))))
|
||||
|
||||
;;; ERC
|
||||
`(erc-button ((t (:weight unspecified :inherit button))))
|
||||
|
|
Loading…
Reference in a new issue