Bug - Fixed Dark text in dark themes

Lacey Jones

New member
Seems like after the latest update (wasn't there on 25965, is happening on 25970) the text colors in the cli are now black for dark themes, before that the default text color was white for dark themes. Makes things really hard to read now.
 

heeheehee

Developer
Staff member
This isn't obvious how to do it more generically. I could install a stylesheet that manually sets default font colors and faces from the UIManager.getLookAndFeel(), but that seems like potentially a lot of work.

@Irrat any thoughts?
 

heeheehee

Developer
Staff member
So, just as a quick and dirty experiment, I changed WrappedHtmlEditorKit to initialize viewFactory with a HTMLEditorKit.HTMLFactory. That is properly inheriting colors and fonts and doesn't break <pre>. So it's something about WrappedHtmlFactory.
 
Top