~chambln/aircon-theme.el

f322a10d73f971fa3fa7c1da95df970a667e397f — Gregory Chamberlain 1 year, 6 months ago 04ab975
Specify min-colors 89 for aircon-header
1 files changed, 2 insertions(+), 1 deletions(-)

M aircon-theme.el
M aircon-theme.el => aircon-theme.el +2 -1
@@ 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)))