]> code.delx.au - gnu-emacs/commitdiff
Add more faces for Gnus and ivy
authorTassilo Horn <tsdh@gnu.org>
Fri, 30 Oct 2015 12:39:43 +0000 (13:39 +0100)
committerTassilo Horn <tsdh@gnu.org>
Fri, 30 Oct 2015 12:40:28 +0000 (13:40 +0100)
* etc/themes/tsdh-dark-theme.el (tsdh-dark): add more faces for Gnus and
ivy.

etc/themes/tsdh-dark-theme.el

index 1a899b20c01bf580c395f545d90cc560c42ba17e..e3cf3db7a0a42dadfcfbf31d4ec702905ebb61d0 100644 (file)
  '(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))))