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

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

[elpa] externals/aircon-theme f322a10d73 53/58: Specify min-colors 89 fo


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme f322a10d73 53/58: Specify min-colors 89 for aircon-header
Date: Thu, 9 Jun 2022 04:57:32 -0400 (EDT)

branch: externals/aircon-theme
commit f322a10d73f971fa3fa7c1da95df970a667e397f
Author: Gregory Chamberlain <greg@cosine.blue>
Commit: Gregory Chamberlain <greg@cosine.blue>

    Specify min-colors 89 for aircon-header
---
 aircon-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/aircon-theme.el b/aircon-theme.el
index ef366934ac..604a9aecc3 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -78,7 +78,8 @@
   '((((class color) (min-colors 89)) (:background "#c4cbdc")))
   "Aircon haze.")
 (defface aircon-header
-  `((t (:inherit (aircon-athens) :foreground ,aircon-shark)))
+  `((((class color) (min-colors 89))
+     (:inherit (aircon-athens) :foreground ,aircon-shark)))
   "Aircon header.")
 (defface aircon-hibiscus
   `((((class color) (min-colors 89)) (:foreground ,aircon-hibiscus)))



reply via email to

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