]> git.eshelyaron.com Git - emacs.git/commitdiff
More face defs for ivy, swiper, ace-window, eshell
authorTassilo Horn <tsdh@gnu.org>
Fri, 30 Oct 2015 06:51:52 +0000 (07:51 +0100)
committerTassilo Horn <tsdh@gnu.org>
Fri, 30 Oct 2015 06:52:32 +0000 (07:52 +0100)
etc/themes/tsdh-dark-theme.el

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