0

In Ubuntu 15.10, how does one change the "Selected Items" color for non-focus fields. Here is an example selected line that is coloured brightly when the field has focus:

enter image description here

However, the selected line is almost imperceptible when the field loses focus:

enter image description here

This question is not a dupe of this question which asks about changing the "Selected Items" color for focused fields.

dotancohen
  • 2,864

1 Answers1

0

In order to change the Ubuntu theme, both the theme and the Unity Tweak Tool must be installed:

$ sudo aptitude install shimmer-themes unity-tweak-tool

In the Unity Tweak Tool go to Appearance -> Theme and select the new theme. For me, the theme Numix resolved the non-focused Selected Items issue.

This answer is based upon DK Bose's very helpful comments.

dotancohen
  • 2,864