]> code.delx.au - gnu-emacs-elpa/commitdiff
Update colors and meta data for package
authorMatthew Carter <m@ahungry.com>
Sat, 17 Jan 2015 04:55:48 +0000 (23:55 -0500)
committerMatthew Carter <m@ahungry.com>
Sat, 17 Jan 2015 04:55:48 +0000 (23:55 -0500)
ahungry-theme.el

index 07b1fcdc5fc76da038e3e1d570c81416f164a7a7..139d4253fdc40819d80f1bd27f44f3bc25aa862c 100644 (file)
@@ -2,7 +2,9 @@
 
 ;; color theme ahungry - A bright and bold color theme for GNU Emacs
 ;; Copyright (C) 2013 Matthew Carter
-;;
+
+;;; License:
+
 ;; 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
 ;; the Free Software Foundation, either version 3 of the License, or
 ;; 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.1
+;; Version: 1.0.2
+;; Package-Requires: ((emacs "24"))
 
 ;;; Commentary:
 
-;; This file is NOT part of GNU Emacs.
+;; Bright and bold color theme for GNU Emacs.
+
+;; If you load it from a terminal, you will be able to make use of the
+;; transparent background.  If you load it from a GUI, it will default
+;; to a dark background.
 
 ;;; Code:
 
    '(cursor ((t (:background "#fce94f" :foreground "#ffffff"))))
    '(highlight ((t (:background "brown4" :foreground nil))))
    '(border ((t (:background "#888a85"))))
-   '(fringe ((t (:background "grey10"))))
+   '(fringe ((t (:background "#333333"))))
    '(mode-line ((t (:foreground "#0022ff" :bold t :background "#77ff00"
                                 :box (:line-width 1 :color nil :style released-button)))))
    '(mode-line-inactive ((t (:foreground "#444444" :background "#66ff33"))))
    '(mode-line-buffer-id ((t (:bold t :foreground "#ffffff" :background "#0055ff"))))
    '(region ((t (:background "#444444"))))
-   '(link ((t (:underline t :foreground "lime"))))
+   '(link ((t (:underline t :foreground "#33ff99"))))
    '(custom-link ((t (:inherit 'link))))
    '(match ((t (:bold t :background "#e9b96e" :foreground "#2e3436"))))
-   '(tool-tips ((t (:inherit 'variable-pitch :foreground "black" :background "lightyellow"))))
-   '(tooltip ((t (:inherit 'variable-pitch :foreground "black" :background "lightyellow"))))
+   '(tool-tips ((t (:inherit 'variable-pitch :foreground "black" :background "#ffff33"))))
+   '(tooltip ((t (:inherit 'variable-pitch :foreground "black" :background "#ffff33"))))
    '(bold ((t (:bold t :underline nil :background nil))))
    '(italic ((t (:italic t :underline nil :background nil))))
    '(font-lock-builtin-face ((t (:foreground "#0055ff"))))
    '(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))))
-   '(comint-highlight-prompt ((t (:foreground "#8ae234"))))
-   '(diff-header ((t (:background "gray30"))))
-   '(diff-index ((t (:foreground "#edd400" :bold t))))
-   '(diff-file-header ((t (:foreground "#eeeeec" :bold t))))
-   '(diff-hunk-header ((t (:foreground "#edd400"))))
+   '(comint-highlight-prompt ((t (:foreground "#33cc33"))))
+   '(diff-header ((t (:background "#444444"))))
+   '(diff-index ((t (:foreground "#ffff00" :bold t))))
+   '(diff-file-header ((t (:foreground "#aaaaaa" :bold t))))
+   '(diff-hunk-header ((t (:foreground "#ffff00"))))
    '(diff-added ((t (:background "default" :foreground "#00ff00" :weight normal))))
    '(diff-removed ((t (:background "default" :foreground "#ff0000" :weight normal))))
-   '(diff-context ((t (:foreground "#888a85"))))
-   '(diff-refine-change ((t (:bold t :background "gray30"))))
-   '(isearch ((t (:background "#f57900" :foreground "#2e3436"))))
-   '(isearch-lazy-highlight-face ((t (:foreground "#2e3436" :background "#e9b96e"))))
-   '(show-paren-match-face ((t (:foreground "#2e3436" :background "#73d216"))))
-   '(show-paren-mismatch-face ((t (:background "#999999" :foreground "#2e3436"))))
-   '(info-xref ((t (:foreground "#729fcf"))))
+   '(diff-context ((t (:foreground "#777777"))))
+   '(diff-refine-change ((t (:bold t :background "#444444"))))
+   '(isearch ((t (:background "#ff6600" :foreground "#333333"))))
+   '(isearch-lazy-highlight-face ((t (:foreground "#2e3436" :background "#ff6600"))))
+   '(show-paren-match-face ((t (:background "#ff6600" :foreground "#2e3436"))))
+   '(show-paren-mismatch-face ((t (:background "#999999" :foreground "#ff6600"))))
+   '(info-xref ((t (:foreground "#33ffbb"))))
    '(info-xref-visited ((t (:foreground "#999999"))))
-   '(diary-face ((t (:bold t :foreground "IndianRed"))))
+   '(diary ((t (:bold t :foreground "#ff0000"))))
    '(message-cited-text ((t (:foreground "#ffc800"))))
    '(gnus-cite-1 ((t (:foreground "#999999"))))
    '(gnus-cite-2 ((t (:foreground "#cba559"))))
    '(gnus-cite-face-2 ((t (:foreground "#cba559"))))
    '(gnus-cite-face-3 ((t (:foreground "#83ae92"))))
    '(gnus-cite-face-4 ((t (:foreground "#6898a7"))))
-   '(gnus-group-mail-1-empty ((t (:foreground "light cyan"))))
-   '(gnus-group-mail-1 ((t (:bold t :foreground "light cyan"))))
-   '(gnus-group-mail-2-empty ((t (:foreground "turquoise"))))
-   '(gnus-group-mail-2 ((t (:bold t :foreground "turquoise"))))
-   '(gnus-group-mail-3-empty ((t (:foreground "#729fcf"))))
+   '(gnus-group-mail-1-empty ((t (:foreground "#00bbff"))))
+   '(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 ((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-empty ((t (:foreground "light cyan"))))
-   '(gnus-group-news-1 ((t (:bold t :foreground "light cyan"))))
-   '(gnus-group-news-2-empty ((t (:foreground "turquoise"))))
-   '(gnus-group-news-2 ((t (:bold t :foreground "turquoise"))))
-   '(gnus-group-news-3-empty ((t (:foreground "#729fcf"))))
+   '(gnus-group-news-1-empty ((t (:foreground "#00bbff"))))
+   '(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 ((t (:bold t :foreground "#ffc800"))))
    '(gnus-group-news-low-empty ((t (:foreground "#005fff"))))
    '(gnus-group-news-low ((t (:bold t :foreground "#005fff"))))
-   '(gnus-header-name ((t (:bold t :foreground "#729fcf"))))
+   '(gnus-header-name ((t (:bold t :foreground "#33ffbb"))))
    '(gnus-header-from ((t (:bold t :foreground "#ffc800"))))
    '(gnus-header-subject ((t (:foreground "#ffc800"))))
-   '(gnus-header-content ((t (:italic t :foreground "#8ae234"))))
-   '(gnus-header-newsgroups ((t (:italic t :bold t :foreground "LightSkyBlue3"))))
-   '(gnus-signature ((t (:italic t :foreground "dark grey"))))
-   '(gnus-summary-cancelled ((t (:background "black" :foreground "yellow"))))
-   '(gnus-summary-high-ancient ((t (:bold t :foreground "rotal blue"))))
-   '(gnus-summary-high-read ((t (:bold t :foreground "lime green"))))
+   '(gnus-header-content ((t (:italic t :foreground "#33cc33"))))
+   '(gnus-header-newsgroups ((t (:italic t :bold t :foreground "#0088ff"))))
+   '(gnus-signature ((t (:italic t :foreground "#666666"))))
+   '(gnus-summary-cancelled ((t (:background "#222222" :foreground "#ffff00"))))
+   '(gnus-summary-high-ancient ((t (:bold t :foreground "#0099ff"))))
+   '(gnus-summary-high-read ((t (:bold t :foreground "#33ff99"))))
    '(gnus-summary-high-ticked ((t (:bold t :foreground "#f68585"))))
-   '(gnus-summary-high-unread ((t (:bold t :foreground "white"))))
-   '(gnus-summary-low-ancient ((t (:italic t :foreground "lime green"))))
-   '(gnus-summary-low-read ((t (:italic t :foreground "royal blue"))))
-   '(gnus-summary-low-ticked ((t (:italic t :foreground "dark red"))))
-   '(gnus-summary-low-unread ((t (:italic t :foreground "white"))))
-   '(gnus-summary-normal-ancient ((t (:foreground "royal blue"))))
-   '(gnus-summary-normal-read ((t (:foreground "lime green"))))
-   '(gnus-summary-normal-ticked ((t (:foreground "indian red"))))
-   '(gnus-summary-normal-unread ((t (:foreground "white"))))
-   '(gnus-summary-selected ((t (:background "brown4" :foreground "white"))))
+   '(gnus-summary-high-unread ((t (:bold t :foreground "#ffffff"))))
+   '(gnus-summary-low-ancient ((t (:italic t :foreground "#33ff99"))))
+   '(gnus-summary-low-read ((t (:italic t :foreground "#0099ff"))))
+   '(gnus-summary-low-ticked ((t (:italic t :foreground "#ff3333"))))
+   '(gnus-summary-low-unread ((t (:italic t :foreground "#ffffff"))))
+   '(gnus-summary-normal-ancient ((t (:foreground "#0099ff"))))
+   '(gnus-summary-normal-read ((t (:foreground "#33ff99"))))
+   '(gnus-summary-normal-ticked ((t (:foreground "#ff0000"))))
+   '(gnus-summary-normal-unread ((t (:foreground "#ffffff"))))
+   '(gnus-summary-selected ((t (:background "brown4" :foreground "#ffffff"))))
    '(message-header-name ((t (:foreground "#f68585"))))
-   '(message-header-newsgroups ((t (:italic t :bold t :foreground "LightSkyBlue3"))))
-   '(message-header-other ((t (:foreground "LightSkyBlue3"))))
-   '(message-header-xheader ((t (:foreground "DodgerBlue3"))))
-   '(message-header-subject ((t (:foreground "white"))))
-   '(message-header-to ((t (:foreground "white"))))
-   '(message-header-cc ((t (:foreground "white"))))
-   '(org-hide ((t (:foreground "#2e3436"))))
+   '(message-header-newsgroups ((t (:italic t :bold t :foreground "#0088ff"))))
+   '(message-header-other ((t (:foreground "#0088ff"))))
+   '(message-header-xheader ((t (:foreground "#0088ff"))))
+   '(message-header-subject ((t (:foreground "#ffffff"))))
+   '(message-header-to ((t (:foreground "#ffffff"))))
+   '(message-header-cc ((t (:foreground "#ffffff"))))
+   '(org-hide ((t (:foreground "#009933"))))
    '(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-3 ((t (:bold t :foreground "#00aa33" :height 1.0))))
    '(org-level-4 ((t (:bold nil :foreground "#f68585" :height 1.0))))
-   '(org-date ((t (:underline t :foreground "magenta3"))))
-   '(org-footnote  ((t (:underline t :foreground "magenta3"))))
+   '(org-date ((t (:underline t :foreground "#ff0066"))))
+   '(org-footnote  ((t (:underline t :foreground "#ff0066"))))
    '(org-link ((t (:foreground "skyblue2" :background "#2e3436"))))
-   '(org-special-keyword ((t (:foreground "brown"))))
-   '(org-verbatim ((t (:foreground "#eeeeec" :underline t :slant italic))))
-   '(org-block ((t (:foreground "#bbbbbc"))))
-   '(org-quote ((t (:inherit org-block :slant italic))))
-   '(org-verse ((t (:inherit org-block :slant italic))))
-   '(org-todo ((t (:bold t :foreground "Red"))))
-   '(org-done ((t (:bold t :foreground "ForestGreen"))))
+   '(org-special-keyword ((t (:foreground "#cc0033"))))
+   '(org-verbatim ((t (:foreground "#cc6600" :underline t :slant italic))))
+   '(org-block ((t (:foreground "#999999"))))
+   '(org-quote ((t (:inherit org-block :bold t :slant italic))))
+   '(org-verse ((t (:inherit org-block :bold t :slant italic))))
+   '(org-todo ((t (:bold t :foreground "#ff0099"))))
+   '(org-done ((t (:bold t :foreground "#00cc33"))))
    '(org-agenda-structure ((t (:weight bold :foreground "#f68585"))))
-   '(org-agenda-date ((t (:foreground "#6ac214"))))
+   '(org-agenda-date ((t (:foreground "#00ff55"))))
    '(org-agenda-date-weekend ((t (:weight normal :foreground "#005fff"))))
    '(org-agenda-date-today ((t (:weight bold :foreground "#ffc800"))))
-   '(org-block-begin-line ((t (:foreground "#888a85" :background "#252b2b"))))
-   '(org-block-background ((t (:background "#252b2b"))))
-   '(org-block-end-line ((t (:foreground "#888a85" :background "#252b2b"))))
+   '(org-agenda-done ((t (:weight normal :foreground "#00aa33"))))
+   '(org-block-begin-line ((t (:foreground "#bbbbbb" :background "#330066"))))
+   '(org-block-background ((t (:background "#003366"))))
+   '(org-block-end-line ((t (:foreground "#bbbbbb" :background "#330066"))))
    '(org-document-title ((t (:weight bold :foreground "#0077cc"))))
    '(org-document-info ((t (:weight normal :foreground "#0077cc"))))
+   '(org-warning ((t (:weight normal :foreground "#ee0033"))))
    '(magit-header ((t (:foreground "#ffc800"))))
    '(magit-diff-add ((t (:foreground "#00ff00"))))
    '(magit-diff-del ((t (:foreground "#ff0000"))))