summaryrefslogtreecommitdiff
path: root/etc/themes
diff options
context:
space:
mode:
authorTassilo Horn <tsdh@gnu.org>2015-10-30 13:39:43 +0100
committerTassilo Horn <tsdh@gnu.org>2015-10-30 13:40:28 +0100
commit1f67a21149d93403f6f27d7d76ed14f826bb019e (patch)
treeedd439aa68f9c97ab7ab76b913ae79214e3ed54c /etc/themes
parent36574e0a238277f9c7ee7d39ce2b82fa3ca83061 (diff)
downloademacs-1f67a21149d93403f6f27d7d76ed14f826bb019e.tar.gz
Add more faces for Gnus and ivy
* etc/themes/tsdh-dark-theme.el (tsdh-dark): add more faces for Gnus and ivy.
Diffstat (limited to 'etc/themes')
-rw-r--r--etc/themes/tsdh-dark-theme.el14
1 files changed, 10 insertions, 4 deletions
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el
index 1a899b20c01..e3cf3db7a0a 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))))