From 83cdfcde964bcaabe4bc468be510f5033367ff16 Mon Sep 17 00:00:00 2001 From: Gregory Chamberlain Date: Tue, 3 May 2022 23:36:19 +0100 Subject: [PATCH] Inherit font-lock-warning-face from warning --- aircon-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircon-theme.el b/aircon-theme.el index 67285e4..1eb8d6a 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -157,7 +157,7 @@ '(font-lock-string-face ((t (:inherit (aircon-goblin))))) '(font-lock-type-face ((t (:inherit (aircon-hibiscus bold))))) '(font-lock-variable-name-face ((t (:inherit (aircon-lilac))))) - '(font-lock-warning-face ((t (:inherit (aircon-brick))))) + '(font-lock-warning-face ((t (:inherit (warning))))) '(font-lock-doc-face ((t (:inherit (italic aircon-goblin))))) '(link ((t (:inherit (aircon-sapphire underline))))) -- 2.45.2