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