diff options
author | Tassilo Horn <tsdh@gnu.org> | 2017-08-28 18:13:59 +0200 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2017-08-28 18:13:59 +0200 |
commit | cd0360fac362879fe0d2dc832bd7d943533a8fc0 (patch) | |
tree | 89d78f067287d9285df9271f3b272203ca7e81c6 /etc | |
parent | 3a19e6ec235dc0496d3c406073b92b6d45588c9a (diff) | |
download | emacs-cd0360fac362879fe0d2dc832bd7d943533a8fc0.tar.gz |
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.") '(gnus-group-news-3-empty ((t (:foreground "tomato2")))) '(header-line ((t (:inherit mode-line :inverse-video t)))) '(hl-line ((t (:background "#f0f0f1")))) '(hl-paren-face ((t (:weight bold))) t) - '(minibuffer-prompt ((t (:foreground "#0184bc" :family "DeJaVu" :box (:line-width -1 :style released-button) :weight bold)))) + '(minibuffer-prompt ((t (:foreground "#0184bc" :box (:line-width -1 :style released-button) :weight bold)))) '(mode-line ((t (:background "#f0f0f1" :box (:line-width 1 :color "#383a42"))))) '(mode-line-inactive ((t (:inherit mode-line :foreground "#a0a1a7")))) '(org-agenda-date ((t (:inherit org-agenda-structure)))) |