I find when I disable the Editable option in a LineEdit control, it shades it so dark I can't read the text, but no theme setting seems to affect it, there is no disabled font color setting. I also tried
this.AddColorOverride("font_color", new Color(255, 255, 255, 1f));
but it still turns the white font almost black when Editable = false.
:(