Remove font family from minibuffer-prompt face
* etc/themes/tsdh-light-theme.el (tsdh-light): Remove font family from minibuffer-prompt face.
This commit is contained in:
parent
3a19e6ec23
commit
cd0360fac3
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue