diff options
| author | Tassilo Horn | 2015-10-30 07:51:52 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2015-10-30 07:52:32 +0100 |
| commit | af77f5b1ec7aff888162679e1a9adb7b03402aa5 (patch) | |
| tree | 7140bd4cf39dfa069504d25291a3c17af2f504c7 | |
| parent | e4740877d6feeb357d7437e6025dba641800c11d (diff) | |
| download | emacs-af77f5b1ec7aff888162679e1a9adb7b03402aa5.tar.gz emacs-af77f5b1ec7aff888162679e1a9adb7b03402aa5.zip | |
More face defs for ivy, swiper, ace-window, eshell
| -rw-r--r-- | etc/themes/tsdh-dark-theme.el | 13 |
1 files changed, 10 insertions, 3 deletions
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 @@ | |||
| 20 | ;;; Code: | 20 | ;;; Code: |
| 21 | 21 | ||
| 22 | (deftheme tsdh-dark | 22 | (deftheme tsdh-dark |
| 23 | "Minor tweaks to the Emacs dark-background defaults. | 23 | "A dark theme used and created by Tassilo Horn.") |
| 24 | Used and created by Tassilo Horn.") | ||
| 25 | 24 | ||
| 26 | (custom-theme-set-faces | 25 | (custom-theme-set-faces |
| 27 | 'tsdh-dark | 26 | 'tsdh-dark |
| 27 | '(aw-leading-char-face ((t (:background "gray30" :foreground "red" :weight bold)))) | ||
| 28 | '(default ((t (:background "gray20" :foreground "white smoke")))) | 28 | '(default ((t (:background "gray20" :foreground "white smoke")))) |
| 29 | '(diff-added ((t (:inherit diff-changed :background "dark green"))) t) | 29 | '(diff-added ((t (:inherit diff-changed :background "dark green"))) t) |
| 30 | '(diff-changed ((t (:background "midnight blue"))) t) | 30 | '(diff-changed ((t (:background "midnight blue"))) t) |
| @@ -34,6 +34,7 @@ Used and created by Tassilo Horn.") | |||
| 34 | '(diff-removed ((t (:inherit diff-changed :background "dark red"))) t) | 34 | '(diff-removed ((t (:inherit diff-changed :background "dark red"))) t) |
| 35 | '(dired-directory ((t (:foreground "DodgerBlue" :weight bold)))) | 35 | '(dired-directory ((t (:foreground "DodgerBlue" :weight bold)))) |
| 36 | '(error ((t (:foreground "deep pink" :weight bold)))) | 36 | '(error ((t (:foreground "deep pink" :weight bold)))) |
| 37 | '(eshell-prompt ((t (:inherit font-lock-function-name-face :weight bold)))) | ||
| 37 | '(font-lock-builtin-face ((t (:foreground "chartreuse2")))) | 38 | '(font-lock-builtin-face ((t (:foreground "chartreuse2")))) |
| 38 | '(font-lock-comment-face ((t (:foreground "peru")))) | 39 | '(font-lock-comment-face ((t (:foreground "peru")))) |
| 39 | '(font-lock-constant-face ((t (:foreground "dodger blue")))) | 40 | '(font-lock-constant-face ((t (:foreground "dodger blue")))) |
| @@ -44,7 +45,7 @@ Used and created by Tassilo Horn.") | |||
| 44 | '(font-lock-string-face ((t (:foreground "light salmon")))) | 45 | '(font-lock-string-face ((t (:foreground "light salmon")))) |
| 45 | '(font-lock-type-face ((t (:foreground "medium purple")))) | 46 | '(font-lock-type-face ((t (:foreground "medium purple")))) |
| 46 | '(font-lock-variable-name-face ((t (:foreground "yellow green")))) | 47 | '(font-lock-variable-name-face ((t (:foreground "yellow green")))) |
| 47 | '(font-lock-warning-face ((t (:foreground "hot pink")))) | 48 | '(font-lock-warning-face ((t (:foreground "hot pink" :weight bold)))) |
| 48 | '(gnus-button ((t (:inherit button)))) | 49 | '(gnus-button ((t (:inherit button)))) |
| 49 | '(gnus-cite-1 ((t (:foreground "dark turquoise"))) t) | 50 | '(gnus-cite-1 ((t (:foreground "dark turquoise"))) t) |
| 50 | '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold)))) | 51 | '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold)))) |
| @@ -68,6 +69,11 @@ Used and created by Tassilo Horn.") | |||
| 68 | '(ido-first-match ((t (:foreground "turquoise" :weight bold)))) | 69 | '(ido-first-match ((t (:foreground "turquoise" :weight bold)))) |
| 69 | '(ido-only-match ((t (:foreground "medium spring green" :weight bold)))) | 70 | '(ido-only-match ((t (:foreground "medium spring green" :weight bold)))) |
| 70 | '(ido-subdir ((t (:inherit dired-directory :weight normal)))) | 71 | '(ido-subdir ((t (:inherit dired-directory :weight normal)))) |
| 72 | '(ivy-current-match ((t (:inherit highlight)))) | ||
| 73 | '(ivy-minibuffer-match-face-1 ((t (:background "CadetBlue4" :weight bold)))) | ||
| 74 | '(ivy-minibuffer-match-face-2 ((t (:background "gold3" :weight bold)))) | ||
| 75 | '(ivy-minibuffer-match-face-4 ((t (:background "forest green" :weight bold)))) | ||
| 76 | '(ivy-remote ((t (:foreground "deep sky blue" :slant italic)))) | ||
| 71 | '(lusty-file-face ((t (:foreground "SpringGreen1"))) t) | 77 | '(lusty-file-face ((t (:foreground "SpringGreen1"))) t) |
| 72 | '(magit-header ((t (:box 1 :weight bold)))) | 78 | '(magit-header ((t (:box 1 :weight bold)))) |
| 73 | '(magit-section-title ((t (:inherit magit-header :background "dark slate blue")))) | 79 | '(magit-section-title ((t (:inherit magit-header :background "dark slate blue")))) |
| @@ -115,6 +121,7 @@ Used and created by Tassilo Horn.") | |||
| 115 | '(secondary-selection ((t (:background "#333366" :foreground "#f6f3e8")))) | 121 | '(secondary-selection ((t (:background "#333366" :foreground "#f6f3e8")))) |
| 116 | '(show-paren-match ((t (:background "DeepSkyBlue4")))) | 122 | '(show-paren-match ((t (:background "DeepSkyBlue4")))) |
| 117 | '(show-paren-mismatch ((t (:background "dark magenta")))) | 123 | '(show-paren-mismatch ((t (:background "dark magenta")))) |
| 124 | '(swiper-match-face-1 ((t (:background "gray35")))) | ||
| 118 | '(th-sentence-hl-face ((t (:weight bold)))) | 125 | '(th-sentence-hl-face ((t (:weight bold)))) |
| 119 | '(widget-field ((t (:box (:line-width 2 :color "grey75" :style pressed-button))))) | 126 | '(widget-field ((t (:box (:line-width 2 :color "grey75" :style pressed-button))))) |
| 120 | '(window-number-face ((t (:foreground "red" :weight bold))))) | 127 | '(window-number-face ((t (:foreground "red" :weight bold))))) |