From af77f5b1ec7aff888162679e1a9adb7b03402aa5 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Fri, 30 Oct 2015 07:51:52 +0100 Subject: More face defs for ivy, swiper, ace-window, eshell --- etc/themes/tsdh-dark-theme.el | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'etc/themes') diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el index 1d4326e0b6f..1a899b20c01 100644 --- a/etc/themes/tsdh-dark-theme.el +++ b/etc/themes/tsdh-dark-theme.el @@ -20,11 +20,11 @@ ;;; Code: (deftheme tsdh-dark - "Minor tweaks to the Emacs dark-background defaults. -Used and created by Tassilo Horn.") + "A dark theme used and created by Tassilo Horn.") (custom-theme-set-faces 'tsdh-dark + '(aw-leading-char-face ((t (:background "gray30" :foreground "red" :weight bold)))) '(default ((t (:background "gray20" :foreground "white smoke")))) '(diff-added ((t (:inherit diff-changed :background "dark green"))) t) '(diff-changed ((t (:background "midnight blue"))) t) @@ -34,6 +34,7 @@ Used and created by Tassilo Horn.") '(diff-removed ((t (:inherit diff-changed :background "dark red"))) t) '(dired-directory ((t (:foreground "DodgerBlue" :weight bold)))) '(error ((t (:foreground "deep pink" :weight bold)))) + '(eshell-prompt ((t (:inherit font-lock-function-name-face :weight bold)))) '(font-lock-builtin-face ((t (:foreground "chartreuse2")))) '(font-lock-comment-face ((t (:foreground "peru")))) '(font-lock-constant-face ((t (:foreground "dodger blue")))) @@ -44,7 +45,7 @@ Used and created by Tassilo Horn.") '(font-lock-string-face ((t (:foreground "light salmon")))) '(font-lock-type-face ((t (:foreground "medium purple")))) '(font-lock-variable-name-face ((t (:foreground "yellow green")))) - '(font-lock-warning-face ((t (:foreground "hot pink")))) + '(font-lock-warning-face ((t (:foreground "hot pink" :weight bold)))) '(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)))) @@ -68,6 +69,11 @@ Used and created by Tassilo Horn.") '(ido-first-match ((t (:foreground "turquoise" :weight bold)))) '(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-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)))) '(lusty-file-face ((t (:foreground "SpringGreen1"))) t) '(magit-header ((t (:box 1 :weight bold)))) '(magit-section-title ((t (:inherit magit-header :background "dark slate blue")))) @@ -115,6 +121,7 @@ Used and created by Tassilo Horn.") '(secondary-selection ((t (:background "#333366" :foreground "#f6f3e8")))) '(show-paren-match ((t (:background "DeepSkyBlue4")))) '(show-paren-mismatch ((t (:background "dark magenta")))) + '(swiper-match-face-1 ((t (:background "gray35")))) '(th-sentence-hl-face ((t (:weight bold)))) '(widget-field ((t (:box (:line-width 2 :color "grey75" :style pressed-button))))) '(window-number-face ((t (:foreground "red" :weight bold))))) -- cgit v1.2.1