branch: master commit 2545b5c764bf84701e352a45d7e849b23845b006 Author: Matthew Carter <m...@ahungry.com> Commit: Matthew Carter <m...@ahungry.com>
Add man page faces --- ahungry-theme.el | 7 ++++++- color-theme-ahungry.el | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ahungry-theme.el b/ahungry-theme.el index 13cbf07..ac7899e 100644 --- a/ahungry-theme.el +++ b/ahungry-theme.el @@ -5,7 +5,7 @@ ;; Author: Matthew Carter <m...@ahungry.com> ;; Maintainer: Matthew Carter <m...@ahungry.com> ;; URL: https://github.com/ahungry/color-theme-ahungry -;; Version: 1.6.0 +;; Version: 1.7.0 ;; Keywords: ahungry palette color theme emacs color-theme deftheme ;; Package-Requires: ((emacs "24")) @@ -36,6 +36,9 @@ ;;; News: +;;;; Changes since 1.6.0: +;; - Add man/woman faces. + ;;;; Changes since 1.5.0: ;; - Bump up font size ;; - Make dark blues a little brighter. @@ -290,6 +293,8 @@ Default value: '(button ((t (:foreground "#0055ff" :bold t :underline t)))) '(Man-overstrike ((t (:foreground "yellow" :bold t)))) '(Man-underline ((t (:foreground "orange" :underline t)))) + '(woman-bold ((t (:foreground "yellow" :bold t)))) + '(woman-italic ((t (:foreground "orange" :underline t)))) ) (custom-theme-set-variables 'ahungry diff --git a/color-theme-ahungry.el b/color-theme-ahungry.el index a4f6a37..c2c8326 100644 --- a/color-theme-ahungry.el +++ b/color-theme-ahungry.el @@ -5,7 +5,7 @@ ;; Author: Matthew Carter <m...@ahungry.com> ;; Maintainer: Matthew Carter <m...@ahungry.com> ;; URL: https://github.com/ahungry/color-theme-ahungry -;; Version: 1.5.0 +;; Version: 1.7.0 ;; Keywords: ahungry palette color theme emacs color-theme deftheme ;; Package-Requires: ((color-theme "6.6.1")) @@ -208,6 +208,8 @@ (button ((t (:foreground "#0055ff" :bold t :underline t)))) (Man-overstrike ((t (:foreground "yellow" :bold t)))) (Man-underline ((t (:foreground "orange" :underline t)))) + (woman-bold ((t (:foreground "yellow" :bold t)))) + (woman-italic ((t (:foreground "orange" :underline t)))) ))) (provide 'color-theme-ahungry)