@@ -165,11 +165,11 @@ For example links."
165
165
(l-cursor readable-mono-theme-light-cursor)
166
166
167
167
(l-green " #eeedcb" )
168
- (l-green-s " #d5d99d " )
168
+ (l-green-s " #d9d8b8 " )
169
169
(l-red " #ffe1cb" )
170
- (l-red-s " #ffb79f " )
171
- (l-blue " #e6ebe7 " )
172
- (l-blue-s " #bfd2e6 " )
170
+ (l-red-s " #e6cbb8 " )
171
+ (l-blue " #c5d8ed " )
172
+ (l-blue-s " #b4c5d9 " )
173
173
174
174
(d-bg readable-mono-theme-dark-background)
175
175
(d-bg-s readable-mono-theme-dark-secondary-background)
@@ -494,10 +494,15 @@ For example links."
494
494
`(magit-diff-file-heading-selection ((t (:inherit region ))))
495
495
`(magit-diff-context ((t (:background unspecified))))
496
496
`(magit-diff-context-highlight ((t (:inherit readable-mono-theme-secondary))))
497
- `(magit-diff-removed ((t (:inherit diff-removed ))))
498
- `(magit-diff-removed-highlight ((t (:inherit diff-refine-removed ))))
499
- `(magit-diff-added ((t (:inherit diff-added ))))
500
- `(magit-diff-added-highlight ((t (:inherit diff-refine-added ))))
497
+ `(magit-diff-removed ((t (:inherit diff-refine-removed ))))
498
+ `(magit-diff-removed-highlight ((t (:inherit diff-removed ))))
499
+ `(magit-diff-added ((t (:inherit diff-refine-added ))))
500
+ `(magit-diff-added-highlight ((t (:inherit diff-added ))))
501
+ `(magit-diff-hunk-heading ((t (:inherit nil ))))
502
+ `(magit-diff-hunk-heading-highlight ((t (:inherit readable-mono-theme-secondary))))
503
+ `(magit-diff-hunk-heading-selection ((t (:inherit region ))))
504
+ `(magit-diff-lines-boundary ((t (:inherit region ))))
505
+ `(magit-diff-lines-heading ((t (:inherit region ))))
501
506
`(magit-process-ok ((t (:inherit success ))))
502
507
`(magit-process-ng ((t (:inherit error ))))
503
508
0 commit comments