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

    Define aircon-grape as both a constant and a face
---
 aircon-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/aircon-theme.el b/aircon-theme.el
index 6146f91a24..ef33572fbc 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -40,6 +40,7 @@
 (defconst aircon-eden      "#18566e")
 (defconst aircon-ghost     "#a3a4ae")
 (defconst aircon-goblin    "#327038")
+(defconst aircon-grape     "#412f7e")
 (defconst aircon-hibiscus  "#9a2d71")
 (defconst aircon-lilac     "#5f4f93")
 (defconst aircon-marigold  "#b88325")
@@ -70,7 +71,7 @@
   `((((class color) (min-colors 89)) (:foreground ,aircon-goblin)))
   "Aircon goblin.")
 (defface aircon-grape
-  '((((class color) (min-colors 89)) (:foreground "#412f7e")))
+  `((((class color) (min-colors 89)) (:foreground ,aircon-grape)))
   "Aircon grape.")
 (defface aircon-haze
   '((((class color) (min-colors 89)) (:background "#c4cbdc")))

Reply via email to