mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Add some ediff colors
This commit is contained in:
parent
c43999a2f3
commit
e15cc12354
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@
|
|||
`(diff-refine-change ((t (:foreground ,fgyellow :background unspecified))))
|
||||
`(diff-refine-removed ((t (:foreground ,fgred :background unspecified :inherit unspecified))))
|
||||
`(diff-removed ((t (:background ,bgred :inherit unspecified))))
|
||||
`(ediff-current-diff-A ((t (:inherit diff-removed))))
|
||||
`(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-current-nick-face ((t (:foreground ,fgred :weight bold))))
|
||||
`(erc-input-face ((t (:inherit shadow))))
|
||||
`(erc-my-nick-face ((t (:inherit erc-current-nick-face))))
|
||||
|
|
Loading…
Reference in a new issue