branch: externals/aircon-theme commit ee0ca641a6cd791cfbc177a84bd46a7864ab18d4 Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@cosine.blue>
Add tooltip face --- aircon-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/aircon-theme.el b/aircon-theme.el index 55fd766891..a24edccfdf 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -75,6 +75,7 @@ `(isearch ((,c (:background "#ffcb63" :foreground "#422c00")))) `(isearch-fail ((,c (:background "#eea5a7")))) `(lazy-highlight ((,c (:background "#f7e8ca")))) + `(tooltip ((,c (:inherit lazy-highlight)))) `(show-paren-match ((,c (:inherit isearch)))) `(show-paren-mismatch ((,c (:inherit isearch-fail)))) `(show-paren-match-expression ((,c (:inherit lazy-highlight))))