I'm using solarized-theme (melpa-stable, version 1.2.2) with solarized-high-contrast-mode-line enabled. Here's how I set up solarized and powerline.
When Emacs is focused the mode line of active buffers looks fine:

The problem occurs when I use another application:

I have to click two times in the Emacs frame to make it look normal again. The mode lines of inactive buffers always look the same:

Note: I worked around the problem by calling (remove-hook 'focus-out-hook 'powerline-unset-selected-window) after setting up powerline. This causes the mode line to not change when Emacs is unfocused.
I'm using
solarized-theme(melpa-stable, version 1.2.2) withsolarized-high-contrast-mode-lineenabled. Here's how I set up solarized and powerline.When Emacs is focused the mode line of active buffers looks fine:



The problem occurs when I use another application:
I have to click two times in the Emacs frame to make it look normal again. The mode lines of inactive buffers always look the same:
Note: I worked around the problem by calling
(remove-hook 'focus-out-hook 'powerline-unset-selected-window)after setting up powerline. This causes the mode line to not change when Emacs is unfocused.