dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 212ccdffb21fcce8e62c425b5ff36443f384dfce
parent b3759d741fdb13ef8d80b4a5bc17d693c653a2d8
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon,  9 Jan 2023 00:02:56 +0100

Make prompts look more "inalterable"

Diffstat:
M.emacs.d/eighters-theme.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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))))