]> code.delx.au - gnu-emacs-elpa/blobdiff - ahungry-theme.el
Update Elpa comments to prepare for merge into GNU Elpa
[gnu-emacs-elpa] / ahungry-theme.el
index 034df8ba9bdfc4390d5308a1123c139fca83996e..556c0089c2c44e688b945bf5fb663cc67902d05e 100644 (file)
@@ -1,7 +1,15 @@
 ;;; ahungry-theme.el --- Ahungry color theme for Emacs.
 
-;; color theme ahungry - A bright and bold color theme for GNU Emacs
-;; Copyright (C) 2013, 2014, 2015 Matthew Carter
+;; Copyright (C) 2015  Free Software Foundation, Inc.
+
+;; Author: Matthew Carter <m@ahungry.com>
+;; Maintainer: Matthew Carter <m@ahungry.com>
+;; URL: https://github.com/ahungry/color-theme-ahungry
+;; Version: 1.0.3
+;; Keywords: ahungry palette color theme emacs color-theme deftheme
+;; Package-Requires: ((emacs "24"))
+
+;; This file is part of GNU Emacs.
 
 ;;; License:
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-;; Author: Matthew Carter <m@ahungry.com>
-;; Keywords: ahungry palette color theme emacs color-theme deftheme
-;; URL: https://github.com/ahungry/color-theme-ahungry
-;; Version: 1.0.2
-;; Package-Requires: ((emacs "24"))
-
 ;;; Commentary:
 
 ;; Bright and bold color theme for GNU Emacs.
@@ -67,7 +69,7 @@
    '(font-lock-keyword-face ((t (:foreground "#3cff00" :bold t))))
    '(font-lock-string-face ((t (:foreground "#ff0077" :italic nil :bold nil))))
    '(font-lock-type-face ((t (:foreground "#deff00" :bold t))))
-   '(font-lock-variable-name-face ((t (:foreground "#5500ff" :bold t))))
+   '(font-lock-variable-name-face ((t (:foreground "#9900ff" :bold t))))
    '(font-lock-warning-face ((t (:bold t :foreground "#ff0000"))))
    '(font-lock-function-name-face ((t (:foreground "#ffee00" :bold t))))
    '(comint-highlight-input ((t (:italic t :bold t))))
    '(gnus-group-mail-1 ((t (:bold t :foreground "#00bbff"))))
    '(gnus-group-mail-2-empty ((t (:foreground "#00ffbb"))))
    '(gnus-group-mail-2 ((t (:bold t :foreground "#00ffbb"))))
-   '(gnus-group-mail-3-empty ((t (:foreground "#33ffbb"))))
+   '(gnus-group-mail-3-empty ((t (:foreground "#009955"))))
    '(gnus-group-mail-3 ((t (:bold t :foreground "#ffc800"))))
    '(gnus-group-mail-low-empty ((t (:foreground "#005fff"))))
    '(gnus-group-mail-low ((t (:bold t :foreground "#005fff"))))
    '(gnus-group-news-1 ((t (:bold t :foreground "#00bbff"))))
    '(gnus-group-news-2-empty ((t (:foreground "#00ffbb"))))
    '(gnus-group-news-2 ((t (:bold t :foreground "#00ffbb"))))
-   '(gnus-group-news-3-empty ((t (:foreground "#33ffbb"))))
+   '(gnus-group-news-3-empty ((t (:foreground "#009955"))))
    '(gnus-group-news-3 ((t (:bold t :foreground "#ffc800"))))
    '(gnus-group-news-low-empty ((t (:foreground "#005fff"))))
    '(gnus-group-news-low ((t (:bold t :foreground "#005fff"))))