]> code.delx.au - gnu-emacs-elpa/blobdiff - color-theme-ahungry.el
Clean up with flycheck-package recommendations
[gnu-emacs-elpa] / color-theme-ahungry.el
index d5d44c678f3519f931ad568c0af108f6ba657039..fe4f0fbec721df72f7b6a9f1f0320daa0e081857 100644 (file)
@@ -1,4 +1,4 @@
-;; color-theme-ahungry.el --- Ahungry color theme for Emacs.
+;;; color-theme-ahungry.el --- Ahungry color theme for Emacs.
 
 ;; color theme ahungry - A bright and bold color theme for GNU Emacs
 ;; Copyright (C) 2013 Matthew Carter
 ;; 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
-;; Keywords: ahungry palette color theme emacs
-;; URL: https://github.com/ahungry/color-theme-ahungry
-;; Version: 1.0.0
+;; Author: Matthew Carter <m@ahungry.com>
+;; Keywords: ahungry palette color theme emacs color-theme
+;; Url: https://github.com/ahungry/color-theme-ahungry
+;; Version: 1.0.1
 ;; Package-Requires: ((color-theme "6.6.1"))
 
-;; This file is NOT part of GNU Emacs.
+;;; Commentary:
 
+;; This file is NOT part of GNU Emacs.
 ;; color theme (requires http://www.emacswiki.org/cgi-bin/wiki?ColorTheme )
+
+;;; Code:
+
 (eval-when-compile
   (require 'color-theme))
 
@@ -32,7 +36,7 @@
 ;; commented out, so that the color-theme in terminal mode will not overwrite
 ;; a transparent background, while still remaining usable in GUI mode
 (defun color-theme-ahungry ()
-  "A color theme to my personal liking"
+  "A color theme to my personal liking."
   (interactive)
   (color-theme-install
    '(color-theme-ahungry
      (message-header-to ((t (:foreground "white"))))
      (message-header-cc ((t (:foreground "white"))))
      (org-hide ((t (:foreground "#2e3436"))))
-     (org-level-1 ((t (:bold t :foreground "#005fff" :height 1.5))))
+     (org-level-1 ((t (:bold t :foreground "#4477ff" :height 1.5))))
      (org-level-2 ((t (:bold nil :foreground "#ffc800" :height 1.2))))
      (org-level-3 ((t (:bold t :foreground "#6ac214" :height 1.0))))
      (org-level-4 ((t (:bold nil :foreground "#f68585" :height 1.0))))