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

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

[elpa] externals/aircon-theme 4741bd16f5 57/58: Add customization group


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme 4741bd16f5 57/58: Add customization group and prepare for GNU ELPA
Date: Thu, 9 Jun 2022 04:57:33 -0400 (EDT)

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

    Add customization group and prepare for GNU ELPA
    
    Thanks to Philip Kaludercic for these suggestions.
---
 README          | 10 +++++-----
 aircon-theme.el | 16 +++++++++++-----
 2 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/README b/README
index 5b3f9049bf..7c392be8ec 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
 Aircon theme
 ============
 
-Aircon is a clean and high contrast Custom theme for Emacs. It
+Aircon is a clean and high contrast Custom theme for Emacs.  It
 consists of a white (#ffffff) background and mostly blues, purples and
-greens. Highlights are subtle but easily visible. The active mode-line
-is white on blue to distinguish it from inactive mode-lines which are
-dark blue on light grey.
+greens.  Highlights are subtle but easily visible.  The active
+mode-line is white on blue to distinguish it from inactive mode-lines
+which are dark blue on light grey.
 
 Coverage includes:
 
@@ -24,7 +24,7 @@ Coverage includes:
 Copying
 =======
 
-Copyright (C) 2022  Gregory Chamberlain
+Copyright (C) 2022  Free Software Foundation, Inc.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/aircon-theme.el b/aircon-theme.el
index 1641aeba34..0cdcb9d9bf 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -1,14 +1,15 @@
 ;;; aircon-theme.el --- Cool and legible light theme  -*- lexical-binding: t; 
-*-
 
-;; Copyright (C) 2022 Gregory Chamberlain.
+;; Copyright (C) 2022  Free Software Foundation, Inc.
 
-;; Version: 0.0.3
+;; Version: 0.0.5
 ;; Author: Gregory Chamberlain <greg@cosine.blue>
+;; Maintainer: Gregory Chamberlain <~chambln/public-inbox@lists.sr.ht>
 ;; URL: https://git.sr.ht/~chambln/aircon-theme.el
 ;; Keywords: faces
 ;; Package-Requires: ((emacs "24.4"))
 
-;; This file is NOT part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -25,14 +26,19 @@
 
 ;;; Commentary:
 
-;; Aircon is a clean and high contrast custom theme for Emacs. It
+;; Aircon is a clean and high contrast custom theme for Emacs.  It
 ;; consists of a white (#ffffff) background and mostly blues, purples
-;; and greens. Highlights are subtle but easily visible. The active
+;; and greens.  Highlights are subtle but easily visible.  The active
 ;; mode-line is white on blue to distinguish it from inactive
 ;; mode-lines which are dark blue on light grey.
 
 ;;; Code:
 
+(defgroup aircon nil
+  "Cool and legible light theme."
+  :prefix "aircon-"
+  :group 'faces)
+
 (deftheme aircon "Cool and legible light theme.")
 
 (defconst aircon-brick     "#8d2934")   ; error



reply via email to

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