You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attribute, Color, etc... all need to be refactored to make this work generically so the other drivers can work too.
TrueColor should be the default; fallback to 16 color mode would be automatic if possible. If not, users should be able to force it via ConfigurationManager. E.g. "Application.Force16ColorMode" : true.
Persistence of colors to ConfigurationManager needs to be sorted out.