branch: master
commit c0b1469fc8ac389b9f5ce13ba817f0c3516ae26b
Merge: 44000fd 85a1af2
Author: Matthew Carter <[email protected]>
Commit: Matthew Carter <[email protected]>
Merge commit '85a1af27541f6a73a63120fac2cfbb7ba39531c9'
---
packages/ahungry-theme/ahungry-theme.el | 9 ++++++++-
packages/ahungry-theme/color-theme-ahungry.el | 5 ++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/packages/ahungry-theme/ahungry-theme.el
b/packages/ahungry-theme/ahungry-theme.el
index f30208d..13abbab 100644
--- a/packages/ahungry-theme/ahungry-theme.el
+++ b/packages/ahungry-theme/ahungry-theme.el
@@ -5,7 +5,7 @@
;; Author: Matthew Carter <[email protected]>
;; Maintainer: Matthew Carter <[email protected]>
;; 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/packages/ahungry-theme/color-theme-ahungry.el
b/packages/ahungry-theme/color-theme-ahungry.el
index d80c03d..a4f6a37 100644
--- a/packages/ahungry-theme/color-theme-ahungry.el
+++ b/packages/ahungry-theme/color-theme-ahungry.el
@@ -5,7 +5,7 @@
;; Author: Matthew Carter <[email protected]>
;; Maintainer: Matthew Carter <[email protected]>
;; 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)