M README => README +5 -5
@@ 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
M aircon-theme.el => aircon-theme.el +11 -5
@@ 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