diff options
| author | Tassilo Horn | 2017-08-28 18:13:59 +0200 |
|---|---|---|
| committer | Tassilo Horn | 2017-08-28 18:13:59 +0200 |
| commit | cd0360fac362879fe0d2dc832bd7d943533a8fc0 (patch) | |
| tree | 89d78f067287d9285df9271f3b272203ca7e81c6 /etc | |
| parent | 3a19e6ec235dc0496d3c406073b92b6d45588c9a (diff) | |
| download | emacs-cd0360fac362879fe0d2dc832bd7d943533a8fc0.tar.gz emacs-cd0360fac362879fe0d2dc832bd7d943533a8fc0.zip | |
Remove font family from minibuffer-prompt face
* etc/themes/tsdh-light-theme.el (tsdh-light): Remove font family from
minibuffer-prompt face.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/themes/tsdh-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/themes/tsdh-light-theme.el b/etc/themes/tsdh-light-theme.el index 8498fe2bc94..f816412dfbb 100644 --- a/etc/themes/tsdh-light-theme.el +++ b/etc/themes/tsdh-light-theme.el | |||
| @@ -64,7 +64,7 @@ Used and created by Tassilo Horn.") | |||
| 64 | '(gnus-group-news-3-empty ((t (:foreground "tomato2")))) '(header-line ((t (:inherit mode-line :inverse-video t)))) | 64 | '(gnus-group-news-3-empty ((t (:foreground "tomato2")))) '(header-line ((t (:inherit mode-line :inverse-video t)))) |
| 65 | '(hl-line ((t (:background "#f0f0f1")))) | 65 | '(hl-line ((t (:background "#f0f0f1")))) |
| 66 | '(hl-paren-face ((t (:weight bold))) t) | 66 | '(hl-paren-face ((t (:weight bold))) t) |
| 67 | '(minibuffer-prompt ((t (:foreground "#0184bc" :family "DeJaVu" :box (:line-width -1 :style released-button) :weight bold)))) | 67 | '(minibuffer-prompt ((t (:foreground "#0184bc" :box (:line-width -1 :style released-button) :weight bold)))) |
| 68 | '(mode-line ((t (:background "#f0f0f1" :box (:line-width 1 :color "#383a42"))))) | 68 | '(mode-line ((t (:background "#f0f0f1" :box (:line-width 1 :color "#383a42"))))) |
| 69 | '(mode-line-inactive ((t (:inherit mode-line :foreground "#a0a1a7")))) | 69 | '(mode-line-inactive ((t (:inherit mode-line :foreground "#a0a1a7")))) |
| 70 | '(org-agenda-date ((t (:inherit org-agenda-structure)))) | 70 | '(org-agenda-date ((t (:inherit org-agenda-structure)))) |