File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -229,9 +229,10 @@ For example links."
229
229
`(completions-common-part ((t (:inherit readable-mono-theme-strong))))
230
230
`(completions-first-difference ((t (:inherit readable-mono-theme-emphasis))))
231
231
`(highlight ((t (:inverse-video t ))))
232
- `(isearch ((t (:inherit highlight ))))
232
+ `(isearch ((((background light )) (:inherit highlight :foreground , l-fg ))
233
+ (((background dark )) (:inherit highlight :foreground , d-fg ))))
233
234
`(isearch-fail ((t (:inherit error ))))
234
- `(lazy-highlight ((t (:inherit readable-mono-theme-subordinate :inverse-video t ))))
235
+ `(lazy-highlight ((t (:inherit ( highlight readable-mono-theme-subordinate) ))))
235
236
`(match ((t (:inherit highlight ))))
236
237
`(region
237
238
((((background light )) (:foreground , l-bg :background , l-fg ))
@@ -468,6 +469,9 @@ For example links."
468
469
; ;;;; haskell
469
470
`(haskell-interactive-face-prompt ((t (:inherit readable-mono-theme-strong))))
470
471
472
+ ; ;;;; idle-highlight
473
+ `(idle-highlight ((t (:inherit (lazy-highlight )))))
474
+
471
475
; ;;;; imenu-list
472
476
`(imenu-list-entry-face-0 ((t (:foreground unspecified))))
473
477
`(imenu-list-entry-face-1 ((t (:foreground unspecified))))
You can’t perform that action at this time.
0 commit comments