]> code.delx.au - gnu-emacs-elpa/commitdiff
Slightly darken font for inactives, lighten for actives
authorMatthew Carter <m@ahungry.com>
Fri, 23 Jan 2015 21:57:01 +0000 (16:57 -0500)
committerMatthew Carter <m@ahungry.com>
Fri, 23 Jan 2015 21:57:01 +0000 (16:57 -0500)
README.md
ahungry-theme.el

index 0578a38023056e07c544174abc130858d51640aa..9790dff81c305a0fcf460095f6773c489ea4ad53 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Color Theme Ahungry
 
+[![MELPA](http://melpa.org/packages/ahungry-theme-badge.svg)](http://melpa.org/#/ahungry-theme)
+
 This is a color theme with bold bright colors that works well with GNU
 Emacs in non window mode.
 
index 450ac527da26ad7568c381ce0fd98c1289dccbd6..4789c0ee0eff5ae1275667c9599db4d534ef4807 100644 (file)
@@ -21,7 +21,7 @@
 ;; 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
+;; Version: 1.0.3
 ;; Package-Requires: ((emacs "24"))
 
 ;;; Commentary:
@@ -67,7 +67,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"))))