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

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

[elpa] master 32ce776 1/2: Make some faces much more readable / less noi


From: Matthew Carter
Subject: [elpa] master 32ce776 1/2: Make some faces much more readable / less noisy
Date: Wed, 25 Oct 2017 01:07:41 -0400 (EDT)

branch: master
commit 32ce7765c95559f6a0552cdaeedb6eb97bb7a476
Author: Matthew Carter <address@hidden>
Commit: Matthew Carter <address@hidden>

    Make some faces much more readable / less noisy
---
 ahungry-theme.el | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/ahungry-theme.el b/ahungry-theme.el
index ac7899e..9f3a760 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.7.0
+;; Version: 1.8.0
 ;; Keywords: ahungry palette color theme emacs color-theme deftheme
 ;; Package-Requires: ((emacs "24"))
 
@@ -36,6 +36,9 @@
 
 ;;; News:
 
+;;;; Changes since 1.7.0:
+;; - Make helm faces easier on the eyes (less backgrounds).
+
 ;;;; Changes since 1.6.0:
 ;; - Add man/woman faces.
 
@@ -263,11 +266,18 @@ Default value:
    '(magit-section-highlight ((t (:weight bold))));;:foreground "#ffffff"))))
    '(minibuffer-prompt ((t (:foreground "#0055ff" :bold t))))
    '(web-mode-html-tag-bracket-face ((t (:foreground "#666666"))))
+   '(helm-ff-directory ((t (:background "gold1" :foreground "#000000" :bold 
t))))
+   '(helm-ff-dotted-directory ((t (:foreground "#666"))))
+   '(helm-ff-dotted-symlink-directory ((t (:foreground "#999"))))
    '(helm-grep-cmd-line ((t (:foreground "#0022aa"))))
    '(helm-grep-finish ((t (:foreground "#0022aa"))))
-   '(helm-selection ((t (:foreground "#ff0099" :italic t :bold t :background 
"#f2e997"))))
+   '(helm-selection ((t (:foreground "#cf0066" :bold t))))
    '(helm-match ((t (:foreground "gold1"))))
-   '(helm-visible-mark ((t (:background "#f2e997" :foreground "#ff0099" :bold 
nil :italic nil))))
+   '(helm-visible-mark ((t (:foreground "#cf0066" :bold nil :italic t))))
+   '(helm-source-header ((t (:foreground "#36c" :bold t :italic t))))
+   '(helm-swoop-target-line-block-face ((t (:foreground "#ff6" :italic t))))
+   '(helm-swoop-target-line-face ((t (:foreground "#ff6" :italic t))))
+   '(helm-swoop-target-word-face ((t (:background "#000" :bold nil :italic t 
:underline t))))
    '(erc-nick-default-face ((t (:foreground "#ff0099"))))
    '(erc-current-nick-face ((t (:foreground "#0099ff"))))
    '(erc-input-face ((t (:foreground "#0099ff"))))
@@ -295,6 +305,7 @@ Default value:
    '(Man-underline ((t (:foreground "orange" :underline t))))
    '(woman-bold ((t (:foreground "yellow" :bold t))))
    '(woman-italic ((t (:foreground "orange" :underline t))))
+   '(evil-ex-lazy-highlight ((t (:foreground "orange" :italic t :bold t))))
    )
   (custom-theme-set-variables
    'ahungry



reply via email to

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