]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove font family from minibuffer-prompt face
authorTassilo Horn <tsdh@gnu.org>
Mon, 28 Aug 2017 16:13:59 +0000 (18:13 +0200)
committerTassilo Horn <tsdh@gnu.org>
Mon, 28 Aug 2017 16:13:59 +0000 (18:13 +0200)
* etc/themes/tsdh-light-theme.el (tsdh-light): Remove font family from
minibuffer-prompt face.

etc/themes/tsdh-light-theme.el

index 8498fe2bc946ec785b1a40ace04996fa2026f6a7..f816412dfbbb6d5f02f4ff95b595c361eb407bb3 100644 (file)
@@ -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))))