branch: elpa/alect-themes
commit bf5f33548ae36feb566ceec5b730187072d94701
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Change version (0.2) and package commentary
---
alect-themes-pkg.el | 4 ++--
alect-themes.el | 11 +++++++----
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/alect-themes-pkg.el b/alect-themes-pkg.el
index a8ce20a..e955c84 100644
--- a/alect-themes-pkg.el
+++ b/alect-themes-pkg.el
@@ -1,4 +1,4 @@
(define-package
"alect-themes"
- "0.1.8"
- "2 color themes (light and dark) for Emacs 24")
+ "0.2"
+ "4 color themes (2 light and 2 dark) for Emacs 24")
diff --git a/alect-themes.el b/alect-themes.el
index d534d14..c62ae5f 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -4,7 +4,7 @@
;; Author: Alex Kost <[email protected]>
;; Created: 10 Jul 2013
-;; Version: 0.1.8
+;; Version: 0.2
;; Last-Updated: 2013-12-15
;; Package-Requires: ((emacs "24.0"))
;; URL: http://github.com/alezost/alect-themes
@@ -25,9 +25,9 @@
;;; Commentary:
-;; This package provides light and dark color-themes for GNU Emacs 24 or
-;; later. These themes were intended to be used with a GUI. Use those
-;; in terminal at your own risk :)
+;; This package provides 4 color themes (2 light and 2 dark) with the
+;; same code-base for GNU Emacs 24 or later. These themes were intended
+;; to be used with a GUI. Use those in terminal at your own risk :)
;; You can install the package from MELPA. If you prefer the manual
;; installation, put these lines into your init-file:
@@ -41,6 +41,9 @@
;; `alect-colors' variable (you may use `alect-generate-colors' function
;; for that - see the code).
+;; Inverted (alternative) color themes can be configured with
+;; `alect-inverted-color-regexp' variable.
+
;; For screenshots and full description, see
;; <http://github.com/alezost/alect-themes>.