[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 9ec7fca 1/2: Make avy faces more readable in theme
From: |
Matthew Carter |
Subject: |
[elpa] master 9ec7fca 1/2: Make avy faces more readable in theme |
Date: |
Sat, 4 Nov 2017 01:38:34 -0400 (EDT) |
branch: master
commit 9ec7fca8002b213c7eee1168258e36a683190d18
Author: Matthew Carter <address@hidden>
Commit: Matthew Carter <address@hidden>
Make avy faces more readable in theme
---
ahungry-theme.el | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/ahungry-theme.el b/ahungry-theme.el
index 0441dd5..ea0b3a7 100644
--- a/ahungry-theme.el
+++ b/ahungry-theme.el
@@ -275,9 +275,9 @@ Default value:
'(helm-match ((t (:foreground "gold1"))))
'(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))))
+ '(helm-swoop-target-line-block-face ((t (:background "#ff6" :foreground
"#000" :italic t))))
+ '(helm-swoop-target-line-face ((t (:background "#ff6" :foreground "#000"
:italic t))))
+ '(helm-swoop-target-word-face ((t (:background "#000" :foreground "#ff6"
: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"))))
@@ -308,6 +308,10 @@ Default value:
'(evil-ex-lazy-highlight ((t (:foreground "orange" :italic t :bold t))))
'(dired-filetype-program ((t (:foreground "#0066ff"))))
'(diredp-compressed-file-suffix ((t (:foreground "#0066ff"))))
+ '(avy-lead-face ((t (:foreground "#f09" :bold t))))
+ '(avy-lead-face-0 ((t (:foreground "#cf0" :bold t))))
+ '(avy-lead-face-1 ((t (:foreground "#09f" :bold t))))
+ '(avy-lead-face-2 ((t (:foreground "#0ff" :bold t))))
)
(custom-theme-set-variables
'ahungry
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] master 9ec7fca 1/2: Make avy faces more readable in theme,
Matthew Carter <=