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

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

[elpa] externals/aircon-theme bc6e65b995 51/58: Refactor scorpion face t


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme bc6e65b995 51/58: Refactor scorpion face to be derived from const
Date: Thu, 9 Jun 2022 04:57:32 -0400 (EDT)

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

    Refactor scorpion face to be derived from const
---
 aircon-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/aircon-theme.el b/aircon-theme.el
index b8b50a437c..c64478fadd 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -47,6 +47,7 @@
 (defconst aircon-midnight  "#010e2c")
 (defconst aircon-sandstone "#615855")   ; comment
 (defconst aircon-sapphire  "#2e4d98")   ; keyword
+(defconst aircon-scorpion  "#595959")   ; shadow
 (defconst aircon-shark     "#303645")
 
 (defface aircon-athens
@@ -105,7 +106,7 @@
   `((((class color) (min-colors 89)) (:foreground ,aircon-sapphire)))
   "Aircon sapphire.")
 (defface aircon-scorpion
-  '((((class color) (min-colors 89)) (:foreground "#595959")))
+  `((((class color) (min-colors 89)) (:foreground ,aircon-scorpion)))
   "Aircon scorpion.")
 
 (custom-theme-set-faces



reply via email to

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