[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 1f67a21: Add more faces for Gnus and ivy
From: |
Tassilo Horn |
Subject: |
[Emacs-diffs] master 1f67a21: Add more faces for Gnus and ivy |
Date: |
Fri, 30 Oct 2015 12:40:43 +0000 |
branch: master
commit 1f67a21149d93403f6f27d7d76ed14f826bb019e
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>
Add more faces for Gnus and ivy
* etc/themes/tsdh-dark-theme.el (tsdh-dark): add more faces for Gnus and
ivy.
---
etc/themes/tsdh-dark-theme.el | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el
index 1a899b2..e3cf3db 100644
--- a/etc/themes/tsdh-dark-theme.el
+++ b/etc/themes/tsdh-dark-theme.el
@@ -49,11 +49,17 @@
'(gnus-button ((t (:inherit button))))
'(gnus-cite-1 ((t (:foreground "dark turquoise"))) t)
'(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold))))
- '(gnus-group-mail-1-empty ((t (:foreground "#00CC00"))))
+ '(gnus-group-mail-1-empty ((t (:foreground "turquoise1"))))
+ '(gnus-group-mail-2 ((t (:inherit gnus-group-mail-2-empty :weight bold))))
+ '(gnus-group-mail-2-empty ((t (:foreground "turquoise3"))))
'(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight bold))))
- '(gnus-group-mail-3-empty ((t (:foreground "#009999"))))
+ '(gnus-group-mail-3-empty ((t (:foreground "turquoise4"))))
+ '(gnus-group-news-1 ((t (:inherit gnus-group-news-1-empty :weight bold))))
+ '(gnus-group-news-1-empty ((t (:foreground "SpringGreen1"))))
+ '(gnus-group-news-2 ((t (:inherit gnus-group-news-2-empty :weight bold))))
+ '(gnus-group-news-2-empty ((t (:foreground "SpringGreen3"))))
'(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty :weight bold))))
- '(gnus-group-news-3-empty ((t (:foreground "light green"))))
+ '(gnus-group-news-3-empty ((t (:foreground "SpringGreen4"))))
'(gnus-header-content ((t (:foreground "#A64B00"))))
'(gnus-header-name ((t (:weight bold))))
'(gnus-header-subject ((t (:foreground "#A64B00" :weight bold))))
@@ -70,7 +76,7 @@
'(ido-only-match ((t (:foreground "medium spring green" :weight bold))))
'(ido-subdir ((t (:inherit dired-directory :weight normal))))
'(ivy-current-match ((t (:inherit highlight))))
- '(ivy-minibuffer-match-face-1 ((t (:background "CadetBlue4" :weight bold))))
+ '(ivy-minibuffer-match-face-1 ((t (:background "gray50" :weight normal))))
'(ivy-minibuffer-match-face-2 ((t (:background "gold3" :weight bold))))
'(ivy-minibuffer-match-face-4 ((t (:background "forest green" :weight bold))))
'(ivy-remote ((t (:foreground "deep sky blue" :slant italic))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 1f67a21: Add more faces for Gnus and ivy,
Tassilo Horn <=