Enabled property of a TextField

Is there a way to change the color scheme of a TextField when it’s enabled property is False?

The default colors (light grey background, un-bolded dark grey text) make it hard for a user to read.

i don’t do enabled property to false these day but instead set it to readonly and change the background colour to something you prefer and these work on text area and text field

This would work in some situations; however, I do not want the cursor entering any of the TextFields on the Window. Setting the Enabled property to false is the only way I can see to do this.