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

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

[elpa] externals/aircon-theme 70563361d5 40/58: Define aircon-grape as b


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme 70563361d5 40/58: Define aircon-grape as both a constant and a face
Date: Thu, 9 Jun 2022 04:57:31 -0400 (EDT)

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

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