From: Matthew Carter Date: Tue, 27 Jan 2015 04:41:45 +0000 (-0500) Subject: Update comment header on color-theme-ahungry.el X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/e9d3acced60a750b0c01d2e460eb6bc160cacb69 Update comment header on color-theme-ahungry.el --- diff --git a/ahungry-theme.el b/ahungry-theme.el index 556c0089c..d17cee7ca 100644 --- a/ahungry-theme.el +++ b/ahungry-theme.el @@ -161,9 +161,9 @@ '(org-agenda-date-weekend ((t (:weight normal :foreground "#005fff")))) '(org-agenda-date-today ((t (:weight bold :foreground "#ffc800")))) '(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-block-begin-line ((t (:foreground "#bbbbbb" :background "#333333")))) + '(org-block-background ((t (:background "#333333")))) + '(org-block-end-line ((t (:foreground "#bbbbbb" :background "#333333")))) '(org-document-title ((t (:weight bold :foreground "#0077cc")))) '(org-document-info ((t (:weight normal :foreground "#0077cc")))) '(org-warning ((t (:weight normal :foreground "#ee0033")))) diff --git a/color-theme-ahungry.el b/color-theme-ahungry.el index 1e45aa998..53d26ba1e 100644 --- a/color-theme-ahungry.el +++ b/color-theme-ahungry.el @@ -1,7 +1,15 @@ ;;; color-theme-ahungry.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 +;; Maintainer: Matthew Carter +;; URL: https://github.com/ahungry/color-theme-ahungry +;; Version: 1.0.3 +;; Keywords: ahungry palette color theme emacs color-theme deftheme +;; Package-Requires: ((color-theme "6.6.1")) + +;; This file is part of GNU Emacs. ;;; License: @@ -18,12 +26,6 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . -;; Author: Matthew Carter -;; Keywords: ahungry palette color theme emacs color-theme -;; URL: https://github.com/ahungry/color-theme-ahungry -;; Version: 1.0.2 -;; Package-Requires: ((color-theme "6.6.1")) - ;;; Commentary: ;; Bright and bold color theme for GNU Emacs. @@ -74,7 +76,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)))) @@ -166,9 +168,9 @@ (org-agenda-date-weekend ((t (:weight normal :foreground "#005fff")))) (org-agenda-date-today ((t (:weight bold :foreground "#ffc800")))) (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-block-begin-line ((t (:foreground "#bbbbbb" :background "#333333")))) + (org-block-background ((t (:background "#333333")))) + (org-block-end-line ((t (:foreground "#bbbbbb" :background "#333333")))) (org-document-title ((t (:weight bold :foreground "#0077cc")))) (org-document-info ((t (:weight normal :foreground "#0077cc")))) (org-warning ((t (:weight normal :foreground "#ee0033"))))