branch: externals/aircon-theme
commit 83cdfcde964bcaabe4bc468be510f5033367ff16
Author: Gregory Chamberlain <g...@cosine.blue>
Commit: Gregory Chamberlain <g...@cosine.blue>

    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 67285e4cb9..1eb8d6a7b4 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)))))

Reply via email to