emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 85a1af2 1/2: Add man face, add button face


From: Matthew Carter
Subject: [elpa] master 85a1af2 1/2: Add man face, add button face
Date: Tue, 26 Sep 2017 22:05:14 -0400 (EDT)

branch: master
commit 85a1af27541f6a73a63120fac2cfbb7ba39531c9
Author: Matthew Carter <address@hidden>
Commit: Matthew Carter <address@hidden>

    Add man face, add button face
---
 ahungry-theme.el       | 9 ++++++++-
 color-theme-ahungry.el | 5 ++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/ahungry-theme.el b/ahungry-theme.el
index f30208d..13abbab 100644
--- a/ahungry-theme.el
+++ b/ahungry-theme.el
@@ -5,7 +5,7 @@
 ;; Author: Matthew Carter <address@hidden>
 ;; Maintainer: Matthew Carter <address@hidden>
 ;; URL: https://github.com/ahungry/color-theme-ahungry
-;; Version: 1.4.0
+;; Version: 1.5.0
 ;; Keywords: ahungry palette color theme emacs color-theme deftheme
 ;; Package-Requires: ((emacs "24"))
 
@@ -36,6 +36,10 @@
 
 ;;; News:
 
+;;;; Changes since 1.4.0:
+;; - Add Man faces
+;; - Add button face
+
 ;;;; Changes since 1.3.0:
 ;; - Add realgud overlay arrow colors
 ;; - Reverse org-link faces for readability
@@ -279,6 +283,9 @@ Default value:
    '(realgud-overlay-arrow1 ((t (:foreground "#6699ff"))))
    '(realgud-overlay-arrow2 ((t (:foreground "#0099ff"))))
    '(realgud-overlay-arrow3 ((t (:foreground "#00aa99"))))
+   '(button ((t (:foreground "#0055ff" :bold t :underline t))))
+   '(Man-overstrike ((t (:foreground "yellow" :bold t))))
+   '(Man-underline ((t (:foreground "orange" :underline t))))
    )
   (custom-theme-set-variables
    'ahungry
diff --git a/color-theme-ahungry.el b/color-theme-ahungry.el
index d80c03d..a4f6a37 100644
--- a/color-theme-ahungry.el
+++ b/color-theme-ahungry.el
@@ -5,7 +5,7 @@
 ;; Author: Matthew Carter <address@hidden>
 ;; Maintainer: Matthew Carter <address@hidden>
 ;; URL: https://github.com/ahungry/color-theme-ahungry
-;; Version: 1.0.3
+;; Version: 1.5.0
 ;; Keywords: ahungry palette color theme emacs color-theme deftheme
 ;; Package-Requires: ((color-theme "6.6.1"))
 
@@ -205,6 +205,9 @@
      (realgud-overlay-arrow1 ((t (:foreground "#6699ff"))))
      (realgud-overlay-arrow2 ((t (:foreground "#0099ff"))))
      (realgud-overlay-arrow3 ((t (:foreground "#00aa99"))))
+     (button ((t (:foreground "#0055ff" :bold t :underline t))))
+     (Man-overstrike ((t (:foreground "yellow" :bold t))))
+     (Man-underline ((t (:foreground "orange" :underline t))))
      )))
 
 (provide 'color-theme-ahungry)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]