From 212ccdffb21fcce8e62c425b5ff36443f384dfce Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 9 Jan 2023 00:02:56 +0100 Subject: Make prompts look more "inalterable" --- .emacs.d/eighters-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/eighters-theme.el') diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index b6a83cd..a41940a 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -215,7 +215,7 @@ `(link-visited ((t (:foreground ,fg-magenta-dim :underline t)))) `(Man-overstrike ((t (:foreground ,fg-cyan :inherit bold)))) `(match ((t (:background ,bg-blue)))) - `(minibuffer-prompt ((t (:foreground ,fg-blue :weight bold)))) + `(minibuffer-prompt ((t (:background ,bg-blue :foreground ,fg-blue-subtle :weight bold)))) `(mode-line ((t (:background ,bg-hl :box (:color ,fg) :inherit eighters-ui)))) `(mode-line-inactive ((t (:background ,bg-hl-dimmer :foreground ,fg-dimmer :box (:color ,bg-hl-dimmer) :inherit eighters-ui)))) `(outline-1 ((t (:inherit eighters-title-1)))) -- cgit v1.2.3