bbatsov / zenburn-emacs

The Zenburn colour theme ported to Emacs
GNU General Public License v3.0
988 stars 268 forks source link

Minibuffer Prompt Text #168

Open fahall opened 10 years ago

fahall commented 10 years ago

The default setting for the minibuffer prompt, at least on the version I have, had a bright background with bright foreground text, which made it impossible to read -- at least it was impossible for me, a colorblind person. I made a fix using built-in theme colors that you might consider incorporating in a future release.

I replaced the minibuffer prompt code on line 136 with this:

`(minibuffer-prompt ((t (:foreground ,zenburn-bg+1 :background ,zenburn-yellow))))

bbatsov commented 9 years ago

Can you post here screenshots before and after?

fahall commented 9 years ago

I can't seem to recreate the effect I had before. I don't know if it's that I'm on a different pc. I used a fresh pull from the repo to get a before shot, so if changes have been made since last year, that may explain it. I can at least give an after picture:

After:

screenshot 2015-02-14 11 43 42