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

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

[elpa] externals/aircon-theme ddefb25351 50/58: Label some colours with


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme ddefb25351 50/58: Label some colours with semantic intention
Date: Thu, 9 Jun 2022 04:57:32 -0400 (EDT)

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

    Label some colours with semantic intention
---
 aircon-theme.el | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/aircon-theme.el b/aircon-theme.el
index aff09cb2b9..b8b50a437c 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -35,18 +35,18 @@
 
 (deftheme aircon "Cool and legible light theme.")
 
-(defconst aircon-brick     "#8d2934")
-(defconst aircon-cello     "#243867")
-(defconst aircon-eden      "#18566e")
+(defconst aircon-brick     "#8d2934")   ; error
+(defconst aircon-cello     "#243867")   ; builtin
+(defconst aircon-eden      "#18566e")   ; constant
 (defconst aircon-ghost     "#a3a4ae")
-(defconst aircon-goblin    "#327038")
-(defconst aircon-grape     "#412f7e")
-(defconst aircon-hibiscus  "#9a2d71")
-(defconst aircon-lilac     "#5f4f93")
-(defconst aircon-marigold  "#b88325")
+(defconst aircon-goblin    "#327038")   ; string, success
+(defconst aircon-grape     "#412f7e")   ; function name
+(defconst aircon-hibiscus  "#9a2d71")   ; special
+(defconst aircon-lilac     "#5f4f93")   ; variable
+(defconst aircon-marigold  "#b88325")   ; warning
 (defconst aircon-midnight  "#010e2c")
-(defconst aircon-sandstone "#615855")
-(defconst aircon-sapphire  "#2e4d98")
+(defconst aircon-sandstone "#615855")   ; comment
+(defconst aircon-sapphire  "#2e4d98")   ; keyword
 (defconst aircon-shark     "#303645")
 
 (defface aircon-athens



reply via email to

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