mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-02-07 13:35:50 +01:00
Fix background for diff-hl-change
This commit is contained in:
parent
c486bbb8f8
commit
0224c2c621
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemsen <tom@ryuslash.org>
|
||||
;; Keywords: faces
|
||||
;; Version: 5.1.0
|
||||
;; Version: 5.1.1
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -48,7 +48,7 @@
|
|||
`(diff-added ((t (:background ,dgreen :inherit unspecified))))
|
||||
`(diff-changed ((t (:background ,dyellow))))
|
||||
`(diff-removed ((t (:background ,dred :inherit unspecified))))
|
||||
`(diff-hl-change ((t (:foreground ,lyellow :inherit diff-changed))))
|
||||
`(diff-hl-change ((t (:foreground ,lyellow :background unspecified :inherit diff-changed))))
|
||||
`(diff-hl-delete ((t (:foreground ,lred :inherit diff-removed))))
|
||||
`(diff-hl-insert ((t (:foreground ,lgreen :inherit diff-added))))
|
||||
`(error ((t (:foreground ,lred :weight unspecified))))
|
||||
|
|
Loading…
Reference in a new issue