branch: externals/aircon-theme commit f322a10d73f971fa3fa7c1da95df970a667e397f Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@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)))