mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Add unspecified background to diff-refine-*
The `diff-refine-added' and `diff-refine-removed' faces still got background colors from the defaults.
This commit is contained in:
parent
ee63e1651f
commit
5648c6e598
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@
|
|||
`(diff-indicator-added ((t (:foreground ,lgreen :weight bold :inherit unspecified))))
|
||||
`(diff-indicator-changed ((t (:foreground ,lyellow :weight bold :inherit unspecified ))))
|
||||
`(diff-indicator-removed ((t (:foreground ,lred :weight bold :inherit unspecified))))
|
||||
`(diff-refine-added ((t (:foreground ,lgreen :inherit unspecified))))
|
||||
`(diff-refine-added ((t (:foreground ,lgreen :background unspecified :inherit unspecified))))
|
||||
`(diff-refine-change ((t (:foreground ,lyellow :background unspecified))))
|
||||
`(diff-refine-removed ((t (:foreground ,lred :inherit unspecified))))
|
||||
`(diff-refine-removed ((t (:foreground ,lred :background unspecified :inherit unspecified))))
|
||||
`(diff-removed ((t (:background ,dred :inherit unspecified))))
|
||||
`(error ((t (:foreground ,lred :weight unspecified))))
|
||||
`(flycheck-error-face ((t (:inherit unspecified :underline (:color ,lred :style wave)))))
|
||||
|
|
Loading…
Reference in a new issue