sellout / emacs-color-theme-solarized

Emacs highlighting using Ethan Schoonover’s Solarized color scheme
http://ethanschoonover.com/solarized
MIT License
1.16k stars 202 forks source link

[How to]: reverse minibuffer prompt in iTerm2 #190

Closed srustamo closed 4 years ago

srustamo commented 7 years ago

Great theme.

iTerm2 (its own theme set to Solarized, as advised in the readme here) minibuffer prompt looks like this:

screen shot 2016-09-07 at 13 10 46

GUI same theme looks like this:

screen shot 2016-09-07 at 13 15 29

Anyway to make the iTerm2 minibuffer prompt (which shows M-x..) to stand out more? Reverse, perhaps?

ChrisWills commented 4 years ago

Looks like you have "Brighten bold text" enabled. In iterm2 goto Preferences -> Profiles -> Colors and uncheck "Brighten bold text".

A normal 16 color terminal colorscheme is 8 colors + 8 bright versions of the previous colors so this option is usually on by default. With Solarized, we are using the 16 color slots to form a 16color palette and the normal-bright relationship doesn't hold.

srustamo commented 4 years ago

Many thanks.