First take a look at the picture below:

I already changed the background color in the text color via @styles, similar to this
<style name="PreferenceTheme"> <item name="android:background">#000000</item> <item name="android:textColor">#FFFFFF</item> </style>
In my application, I want to change the focus color (when scrolling with an optical mouse). How can I do it? I want to change this color in the settings (for example, here in the pic.).
source share