emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/aircon-theme 83cdfcde96 45/58: Inherit font-lock-warnin


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme 83cdfcde96 45/58: Inherit font-lock-warning-face from warning
Date: Thu, 9 Jun 2022 04:57:31 -0400 (EDT)

branch: externals/aircon-theme
commit 83cdfcde964bcaabe4bc468be510f5033367ff16
Author: Gregory Chamberlain <greg@cosine.blue>
Commit: Gregory Chamberlain <greg@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

[Prev in Thread] Current Thread [Next in Thread]